Skip to content

Commit

Permalink
Update dependency com.google.guava:guava to v33.4.0-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent b5687d1 commit 52013c7
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 @@ -381,7 +381,7 @@ dependencies {
implementation group: 'org.springframework.ws', name: 'spring-ws-security', {
exclude group: 'com.google.guava', module: 'guava' // guava-30.1-jre.jar CVE-2023-2976, CVE-2020-8908
}
implementation group: 'com.google.guava', name: 'guava', version: '33.3.1-jre'
implementation group: 'com.google.guava', name: 'guava', version: '33.4.0-jre'
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.79'
implementation group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: '1.79'
implementation group: 'org.bouncycastle', name: 'bcutil-jdk18on', version: '1.79'
Expand Down

0 comments on commit 52013c7

Please sign in to comment.