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.15.3 to 2.16.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.15.3 to 2.16.0

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.15.3 to 2.16.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.15.3...jackson-module-kotlin-2.16.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 Nov 17, 2023
1 parent dffbe8e commit b489a9a
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 @@ -16,9 +16,9 @@ dependencyResolutionManagement {
library("okhttp", "com.squareup.okhttp3:okhttp:5.0.0-alpha.11")
library("okhttp-logging", "com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.11")
library("fits", "gov.nasa.gsfc.heasarc:nom-tam-fits:1.18.1")
library("jackson-core", "com.fasterxml.jackson.core:jackson-databind:2.15.3")
library("jackson-jsr310", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3")
library("jackson-kt", "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")
library("jackson-core", "com.fasterxml.jackson.core:jackson-databind:2.16.0")
library("jackson-jsr310", "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0")
library("jackson-kt", "com.fasterxml.jackson.module:jackson-module-kotlin:2.16.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 b489a9a

Please sign in to comment.