Skip to content

Commit

Permalink
Bump com.fasterxml.jackson:jackson-bom from 2.15.0 to 2.15.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.15.0 to 2.15.1.
- [Commits](FasterXML/jackson-bom@jackson-bom-2.15.0...jackson-bom-2.15.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 and github-actions[bot] committed May 22, 2023
1 parent 8b32292 commit d1b84f8
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.9.0")
api("com.squareup.okhttp3:okhttp:4.11.0")
api("com.squareup.retrofit2:converter-jackson:2.9.0")
implementation(platform("com.fasterxml.jackson:jackson-bom:2.15.0"))
implementation(platform("com.fasterxml.jackson:jackson-bom:2.15.1"))
api("com.squareup.retrofit2:converter-scalars:2.9.0")

testImplementation("com.squareup.okhttp3:mockwebserver:4.11.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.3.3")
implementation("commons-io:commons-io:2.11.0")
implementation(platform("com.fasterxml.jackson:jackson-bom:2.15.0"))
implementation(platform("com.fasterxml.jackson:jackson-bom:2.15.1"))
implementation("org.bouncycastle:bcprov-jdk15on:1.70")

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

0 comments on commit d1b84f8

Please sign in to comment.