Skip to content

Commit 632833f

Browse files
Bump com.fasterxml.jackson.module:jackson-module-kotlin (#1232)
Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.15.0 to 2.15.2. - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.15.0...jackson-module-kotlin-2.15.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bogdan Kobylynskyi <[email protected]>
1 parent e9ba1b1 commit 632833f

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.2"
3636
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.2"
37-
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.0"
37+
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2"
3838
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.2"
3939
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
4040

0 commit comments

Comments
 (0)