Skip to content

Commit

Permalink
build(deps): bump com.fasterxml.jackson:jackson-bom (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent b99c959 commit c861129
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.17.2'))
implementation(platform('com.fasterxml.jackson:jackson-bom:2.18.0'))
// 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 c861129

Please sign in to comment.