From 4c17a80f030f524ff67bab02d667fe675b8d2546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Mar 2022 16:09:47 +0000 Subject: [PATCH] Bump jackson-module-kotlin from 2.13.1 to 2.13.2 Bumps [jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.13.1 to 2.13.2. - [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases) - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.13.1...jackson-module-kotlin-2.13.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] --- 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 f474d56c116..ce5265c1a78 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -156,7 +156,7 @@ dependencies { implementation("com.google.android.material:material:1.5.0") implementation("com.squareup.retrofit2:retrofit:2.9.0") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.2") implementation("com.squareup.okhttp3:okhttp:4.9.3") implementation("com.squareup.picasso:picasso:2.8") diff --git a/common/build.gradle.kts b/common/build.gradle.kts index fccd726aed5..c88b4519155 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -65,6 +65,6 @@ dependencies { implementation("com.squareup.retrofit2:converter-jackson:2.9.0") implementation("com.squareup.okhttp3:okhttp:4.9.3") implementation("com.squareup.okhttp3:logging-interceptor:4.9.3") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.2") implementation("org.altbeacon:android-beacon-library:2.19.4") } diff --git a/wear/build.gradle.kts b/wear/build.gradle.kts index 87db0efa309..41482e9f255 100644 --- a/wear/build.gradle.kts +++ b/wear/build.gradle.kts @@ -101,7 +101,7 @@ dependencies { implementation("com.google.dagger:hilt-android:2.41") kapt("com.google.dagger:hilt-android-compiler:2.41") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.2") implementation("com.squareup.okhttp3:okhttp:4.9.3") implementation("com.mikepenz:iconics-core:5.3.3")