Skip to content

Commit

Permalink
Update dependency com.google.guava:guava to v32.1.3-jre (#718)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent b1689ae commit 53894c8
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 @@ -397,7 +397,7 @@ dependencies {
implementation "com.github.hmcts.java-logging:logging:${versions.reformLogging}"
implementation "com.github.hmcts.java-logging:logging-appinsights:5.1.9"
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '7.0.1'
implementation group: 'com.google.guava', name: 'guava', version: '32.1.1-jre'
implementation group: 'com.google.guava', name: 'guava', version: '32.1.3-jre'
//Fix for CVE-2021-29425
implementation 'commons-io:commons-io:2.8.0'

Expand Down

0 comments on commit 53894c8

Please sign in to comment.