Skip to content

Commit

Permalink
[api]: Bump the jackson group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the jackson group with 3 updates: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson), com.fasterxml.jackson.datatype:jackson-datatype-jsr310 and [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin).


Updates `com.fasterxml.jackson.core:jackson-databind` from 2.16.1 to 2.17.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.16.1 to 2.17.0

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.16.1 to 2.17.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.16.1...jackson-module-kotlin-2.17.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jackson
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jackson
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jackson
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tiagohm committed Apr 1, 2024
1 parent ae85019 commit f482493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ dependencyResolutionManagement {
library("okio", "com.squareup.okio:okio:3.9.0")
library("okhttp", "com.squareup.okhttp3:okhttp:4.12.0")
library("okhttp-logging", "com.squareup.okhttp3:logging-interceptor:4.12.0")
library("jackson-core", "com.fasterxml.jackson.core:jackson-databind:2.16.1")
library("jackson-jsr310", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1")
library("jackson-kt", "com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1")
library("jackson-core", "com.fasterxml.jackson.core:jackson-databind:2.17.0")
library("jackson-jsr310", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0")
library("jackson-kt", "com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
library("retrofit", "com.squareup.retrofit2:retrofit:2.9.0")
library("retrofit-jackson", "com.squareup.retrofit2:converter-jackson:2.9.0")
library("rx", "io.reactivex.rxjava3:rxjava:3.1.8")
Expand Down

0 comments on commit f482493

Please sign in to comment.