Skip to content

Commit 66280e2

Browse files
Update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.16.0
1 parent 1990b0f commit 66280e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
dependencies {
1111
// workaround for using version catalog in precompiled script plugins
1212
// implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
13-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
13+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0")
1414

1515
}
1616

0 commit comments

Comments
 (0)