diff --git a/build.gradle.kts b/build.gradle.kts index 01932c72..3000ba8e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -50,7 +50,7 @@ subprojects { set("creekVersion", "0.4.2-SNAPSHOT") set("testContainersVersion", "1.19.1") // https://mvnrepository.com/artifact/org.testcontainers/testcontainers 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("picocliVersion", "4.7.6") // https://mvnrepository.com/artifact/info.picocli/picocli set("log4jVersion", "2.24.1") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core set("slf4jVersion", "2.0.16") // https://mvnrepository.com/artifact/org.slf4j/slf4j-api