Skip to content

Commit

Permalink
Merge pull request #139 from Checkmarx/dependabot/gradle/com.fasterxm…
Browse files Browse the repository at this point in the history
…l.jackson-jackson-bom-2.13.4.20221012

Bump jackson-bom from 2.13.3 to 2.13.4.20221012
  • Loading branch information
pedrompflopes committed Oct 13, 2022
2 parents 3f69caf + ca0b58f commit c8d57f4
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 @@ -30,7 +30,7 @@ dependencies {
implementation 'com.miglayout:miglayout-swing:11.0'

implementation 'com.checkmarx.ast:ast-cli-java-wrapper:1.0.46'
implementation(platform("com.fasterxml.jackson:jackson-bom:2.13.3")) // Temporary workaround https://github.com/FasterXML/jackson-databind/issues/3428
implementation(platform("com.fasterxml.jackson:jackson-bom:2.13.4.20221012")) // Temporary workaround https://github.com/FasterXML/jackson-databind/issues/3428

}

Expand Down

0 comments on commit c8d57f4

Please sign in to comment.