We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1990b0f commit 6bade10Copy full SHA for 6bade10
build-logic/build.gradle.kts
@@ -10,7 +10,7 @@ dependencies {
10
dependencies {
11
// workaround for using version catalog in precompiled script plugins
12
// implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
13
- implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
+ implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1")
14
15
}
16
0 commit comments