diff --git a/build.gradle b/build.gradle index df424ed..655a53d 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { compileOnly('org.geysermc.geyser:api:2.1.1-SNAPSHOT') api('com.fasterxml.jackson.core:jackson-annotations:2.15.3') - api('com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2') + api('com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.3') api('com.fasterxml.jackson.core:jackson-core:2.15.3') }