Skip to content

Commit

Permalink
Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.0 to 2.17.1.
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.0...jackson-bom-2.17.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 5ae09db commit e8b5874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/retrofit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
api("com.squareup.retrofit2:retrofit:2.11.0")
api("com.squareup.okhttp3:okhttp:4.12.0")
api("com.squareup.retrofit2:converter-jackson:2.11.0")
implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.0"))
implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.1"))
api("com.squareup.retrofit2:converter-scalars:2.11.0")

testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
Expand Down
2 changes: 1 addition & 1 deletion modules/selenium/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {

api("io.github.bonigarcia:webdrivermanager:5.8.0")
implementation("commons-io:commons-io:2.16.1")
implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.0"))
implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.1"))
implementation("org.bouncycastle:bcprov-jdk15on:1.70")

testImplementation("org.slf4j:slf4j-api:2.0.13")
Expand Down

0 comments on commit e8b5874

Please sign in to comment.