diff --git a/build.gradle.kts b/build.gradle.kts index a1af27f..59a840d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ subprojects { set("creekVersion", "0.3.1-SNAPSHOT") set("spotBugsVersion", "4.6.0") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations set("picoCliVersion", "4.7.1") // https://mvnrepository.com/artifact/info.picocli/picocli - set("jacksonVersion", "2.14.1") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations + set("jacksonVersion", "2.14.2") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations set("jsonSchemaVersion", "1.0.39") // https://mvnrepository.com/artifact/com.kjetland/mbknor-jackson-jsonschema set("classGraphVersion", "4.8.154") // https://mvnrepository.com/artifact/io.github.classgraph/classgraph set("kotlinVersion", "1.7.22") // https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-common