Skip to content

Commit

Permalink
build(deps): bump com.fasterxml.jackson:jackson-bom in the patches group
Browse files Browse the repository at this point in the history
Bumps the patches group with 1 update: [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom).


Updates `com.fasterxml.jackson:jackson-bom` from 2.18.1 to 2.18.2
- [Commits](FasterXML/jackson-bom@jackson-bom-2.18.1...jackson-bom-2.18.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent aab976e commit faba9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ repositories {
dependencies {
def picocliVersion = '4.7.6'

implementation(platform('com.fasterxml.jackson:jackson-bom:2.18.1'))
implementation(platform('com.fasterxml.jackson:jackson-bom:2.18.2'))
// 1.4.+ requires Java 11 and we are stuck on 8
implementation(platform('ch.qos.logback:logback-parent:[1.3.5,1.4)'))

Expand Down

0 comments on commit faba9ea

Please sign in to comment.