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")