From cfc07362e8f0e7b2554141cb08c53a816b6f067c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 20:32:51 -0500 Subject: [PATCH] Bump jackson-module-kotlin from 2.13.4 to 2.13.5 (#3256) Bumps [jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.13.4 to 2.13.5. - [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases) - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.13.4...jackson-module-kotlin-2.13.5) --- 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle.kts | 2 +- common/build.gradle.kts | 2 +- wear/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8018984f7..f86218465 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -162,7 +162,7 @@ dependencies { implementation("androidx.fragment:fragment-ktx:1.5.5") implementation("com.squareup.retrofit2:retrofit:2.9.0") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.5") implementation("com.squareup.okhttp3:okhttp:4.10.0") implementation("com.squareup.picasso:picasso:2.8") diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 7e567766c..ea0736016 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -72,7 +72,7 @@ dependencies { implementation("com.squareup.retrofit2:converter-jackson:2.9.0") implementation("com.squareup.okhttp3:okhttp:4.10.0") implementation("com.squareup.okhttp3:logging-interceptor:4.10.0") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.5") implementation("org.altbeacon:android-beacon-library:2.19.5") implementation("com.mikepenz:iconics-core:5.4.0") diff --git a/wear/build.gradle.kts b/wear/build.gradle.kts index b1ee1a94f..b4d62ab5e 100644 --- a/wear/build.gradle.kts +++ b/wear/build.gradle.kts @@ -104,7 +104,7 @@ dependencies { implementation("com.google.dagger:hilt-android:2.44.2") kapt("com.google.dagger:hilt-android-compiler:2.44.2") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.5") implementation("com.squareup.okhttp3:okhttp:4.10.0") implementation("com.mikepenz:iconics-core:5.4.0")