diff --git a/build.gradle.kts b/build.gradle.kts index 4de4c1d2..286d7397 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,8 +12,8 @@ plugins { // here! buildscript { dependencies { - classpath("com.fasterxml.jackson.core:jackson-core:2.17.1") - classpath("com.fasterxml.jackson.core:jackson-databind:2.17.1") + classpath("com.fasterxml.jackson.core:jackson-core:2.18.2") + classpath("com.fasterxml.jackson.core:jackson-databind:2.18.2") classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.1") classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1") classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5f677813..b7456646 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -jackson = "2.18.1" +jackson = "2.18.2" victools-json-schema = "4.37.0" ksp = "2.0.21-1.0.28" protobuf = "4.29.0"