From 632833fbd701aeee4d466e96027f995ebe2147ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 12:36:27 -0400 Subject: [PATCH] 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](https://github.com/FasterXML/jackson-module-kotlin/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bogdan Kobylynskyi <92bogdan@gmail.com> --- plugins/gradle/example-client-kotlin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gradle/example-client-kotlin/build.gradle b/plugins/gradle/example-client-kotlin/build.gradle index 4cc3e305..9cd3d88b 100644 --- a/plugins/gradle/example-client-kotlin/build.gradle +++ b/plugins/gradle/example-client-kotlin/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation "com.squareup.okhttp3:okhttp:4.11.0" implementation "com.fasterxml.jackson.core:jackson-core:2.15.2" implementation "com.fasterxml.jackson.core:jackson-databind:2.15.2" - implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.0" + implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2" implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.2" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" -- GitLab