From aeafd68b46a8dce6c3c9102347c91be956838797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 04:13:18 +0000 Subject: [PATCH] chore(deps): 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.14.2 to 2.15.2. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.14.2...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-minor ... Signed-off-by: dependabot[bot] --- kotlin/json-adapter/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin/json-adapter/build.gradle.kts b/kotlin/json-adapter/build.gradle.kts index dbde9b1..14febe7 100644 --- a/kotlin/json-adapter/build.gradle.kts +++ b/kotlin/json-adapter/build.gradle.kts @@ -19,7 +19,7 @@ repositories { dependencies { implementation(project(":core")) - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.2") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2") testImplementation(kotlin("test")) }