Skip to content

Commit

Permalink
Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.18.0 in /service
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.18.0.
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.0...jackson-bom-2.18.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 Sep 30, 2024
1 parent ff03e0a commit 6517b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/evaka-bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
api("org.apache.santuario:xmlsec:4.0.0")
}

api(platform("com.fasterxml.jackson:jackson-bom:2.17.0"))
api(platform("com.fasterxml.jackson:jackson-bom:2.18.0"))
api(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
api(platform("io.netty:netty-bom:4.1.108.Final")) // only needed for CVE fix
api(platform("io.opentelemetry:opentelemetry-bom:1.42.0"))
Expand Down

0 comments on commit 6517b33

Please sign in to comment.