We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1990b0f commit 66280e2Copy full SHA for 66280e2
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.16.0")
14
15
}
16
0 commit comments