diff --git a/build.gradle.kts b/build.gradle.kts index 2dea5547..f1a4af79 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -68,7 +68,7 @@ subprojects { extra.apply { set("creekVersion", "0.4.2-SNAPSHOT") set("spotBugsVersion", "4.8.6") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations - set("jacksonVersion", "2.18.0") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations + set("jacksonVersion", "2.18.1") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations set("slf4jVersion", "2.0.16") // https://mvnrepository.com/artifact/org.slf4j/slf4j-api set("log4jVersion", "2.24.1") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core set("guavaVersion", "33.3.1-jre") // https://mvnrepository.com/artifact/com.google.guava/guava