Bump jackson-module-kotlin from 2.13.1 to 2.13.2 (#2379)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-19 12:24:48 -04:00 committed by GitHub
parent 3061791a4d
commit e29dc0b66f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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