Skip to content

Commit 0fddb00

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.15.2 to 2.17.2. - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.15.2...jackson-module-kotlin-2.17.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a18ed9b commit 0fddb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gradle/example-client-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation "com.squareup.okhttp3:okhttp:4.11.0"
3535
implementation "com.fasterxml.jackson.core:jackson-core:2.15.3"
3636
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
37-
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2"
37+
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2"
3838
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.3"
3939
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
4040

0 commit comments

Comments
 (0)