Skip to content

Commit

Permalink
Merge pull request #448 from zalando/dependabot/gradle/com.fasterxml.…
Browse files Browse the repository at this point in the history
…jackson-jackson-bom-2.18.0

Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0
  • Loading branch information
cberg-zalando authored Oct 1, 2024
2 parents 52bb573 + ec5bc9f commit 3bdf4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {
}

dependencies {
implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.2"))
implementation(platform("com.fasterxml.jackson:jackson-bom:2.18.0"))
implementation("commons-io:commons-io:2.17.0")
implementation("com.google.code.gson:gson:2.11.0")
implementation("com.google.guava:guava:33.3.1-jre")
Expand Down

0 comments on commit 3bdf4de

Please sign in to comment.