Skip to content

Commit

Permalink
chore: bump fastxml dependencies to fix a Hich CVE score (#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtomasr5 authored Oct 20, 2022
1 parent 3447a9b commit 397ef0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ project(':cruise-control') {
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.google.guava:guava:31.1-jre'
// Temporary pin for vulnerability
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'

testImplementation project(path: ':cruise-control-metrics-reporter', configuration: 'testOutput')
testImplementation project(path: ':cruise-control-core', configuration: 'testOutput')
Expand Down Expand Up @@ -420,7 +420,7 @@ project(':cruise-control-metrics-reporter') {
implementation "org.apache.kafka:kafka-clients:$kafkaVersion"
implementation 'com.google.code.findbugs:jsr305:3.0.2'
// Temporary pin for vulnerability
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.bouncycastle:bcpkix-jdk15on:1.70'
Expand Down

0 comments on commit 397ef0a

Please sign in to comment.