Skip to content

Commit

Permalink
Merge pull request #306 from commercetools/dependabot/gradle/com.fast…
Browse files Browse the repository at this point in the history
…erxml.jackson.dataformat-jackson-dataformat-cbor-2.12.4
  • Loading branch information
dependabot-preview[bot] authored Jul 7, 2021
2 parents 5a553c6 + 078e87c commit 8fcbe60
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 @@ -79,7 +79,7 @@ dependencies {
implementation "com.google.code.findbugs:annotations:${findbugsVersion}"

constraints {
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.12.3") {
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.12.4") {
because "previous versions are vulnerable to DoS"
}
implementation("io.netty:netty-codec-http:4.1.65.Final") {
Expand Down

0 comments on commit 8fcbe60

Please sign in to comment.