diff --git a/build.gradle b/build.gradle index 7e526d7..ccc5cc0 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { } compileOnly('org.geysermc.geyser:api:2.2.3-SNAPSHOT') - api('com.fasterxml.jackson.core:jackson-annotations:2.17.0') + api('com.fasterxml.jackson.core:jackson-annotations:2.17.1') api('com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.0') api('com.fasterxml.jackson.core:jackson-core:2.17.0') }