Skip to content

Commit

Permalink
Bump com.fasterxml.jackson:jackson-bom from 2.15.3 to 2.15.4
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.3 to 2.15.4.
- [Commits](FasterXML/jackson-bom@jackson-bom-2.15.3...jackson-bom-2.15.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jzheaux committed Aug 15, 2024
1 parent bdf8c9e commit d4423a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ext.queryDslVersion = '5.0.0'
dependencies {
api platform("org.springframework:spring-framework-bom:6.1.3")
api platform("org.springframework.data:spring-data-bom:2021.2.18")
api platform('com.fasterxml.jackson:jackson-bom:2.15.3')
api platform('com.fasterxml.jackson:jackson-bom:2.15.4')
api platform("org.junit:junit-bom:5.10.2")
constraints {
api "com.querydsl:querydsl-core:$queryDslVersion"
Expand Down

0 comments on commit d4423a1

Please sign in to comment.