Skip to content

Commit

Permalink
Bump com.fasterxml.jackson:jackson-bom from 2.14.2 to 2.15.0
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.14.2 to 2.15.0.
- [Release notes](https://github.com/FasterXML/jackson-bom/releases)
- [Commits](FasterXML/jackson-bom@jackson-bom-2.14.2...jackson-bom-2.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 24, 2023
1 parent cf3af03 commit 674a083
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.14.2"))
implementation(platform("com.fasterxml.jackson:jackson-bom:2.15.0"))
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.2")
implementation("commons-io:commons-io:2.11.0")
implementation(platform("com.fasterxml.jackson:jackson-bom:2.14.2"))
implementation(platform("com.fasterxml.jackson:jackson-bom:2.15.0"))
implementation("org.bouncycastle:bcprov-jdk15on:1.70")

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

0 comments on commit 674a083

Please sign in to comment.