From e94b71442a5ad0d977f4b9507c84236b53f6745b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 04:08:54 +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.0. - [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases) - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.14.2...jackson-module-kotlin-2.15.0) --- 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..ee2a91a 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.0") testImplementation(kotlin("test")) }