Skip to content

Commit 1d5fb52

Browse files
Update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.15.3
1 parent 1990b0f commit 1d5fb52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-logic/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.15.3")
1414

1515
}
1616

0 commit comments

Comments
 (0)