Skip to content

Commit 5e21033

Browse files
Bump com.fasterxml.jackson.module:jackson-module-kotlin
Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.17.1 to 2.20.0. - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.17.1...jackson-module-kotlin-2.20.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 727a856 commit 5e21033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
classpath("com.fasterxml.jackson.core:jackson-databind:2.17.1")
1818
classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.1")
1919
classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1")
20-
classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1")
20+
classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0")
2121
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.9.20") {
2222
exclude("com.fasterxml.jackson")
2323
exclude("com.fasterxml.jackson.dataformat")

0 commit comments

Comments
 (0)