diff --git a/example/example1/build.gradle b/example/example1/build.gradle index 71817d1..d4ffd98 100644 --- a/example/example1/build.gradle +++ b/example/example1/build.gradle @@ -1,7 +1,7 @@ plugins { id 'application' id 'com.diffplug.spotless' version '6.25.0' - id 'org.jetbrains.kotlin.jvm' version '2.0.20' + id 'org.jetbrains.kotlin.jvm' version '2.0.21' } application { @@ -19,7 +19,7 @@ repositories { } ext { - jacksonVersion = "2.17.2" + jacksonVersion = "2.18.1" } dependencies {