Skip to content

Commit a3df6a5

Browse files
Bump com.fasterxml.jackson.module:jackson-module-kotlin (#21)
Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.22.0 to 2.22.1. - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.22.0...jackson-module-kotlin-2.22.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.22.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c1e553 commit a3df6a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ subprojects {
8181
add("implementation", "org.jsoup:jsoup:1.22.2")
8282

8383
// JSON Parsing
84-
add("implementation", "com.fasterxml.jackson.module:jackson-module-kotlin:2.22.0")
84+
add("implementation", "com.fasterxml.jackson.module:jackson-module-kotlin:2.22.1")
8585
add("implementation", "com.fasterxml.jackson.core:jackson-databind:2.22.0")
8686
add("implementation", "com.google.code.gson:gson:2.14.0")
8787

0 commit comments

Comments
 (0)