Skip to content

Commit

Permalink
Update dependency com.google.guava:guava to v33.4.0-jre (#460)
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 Jan 3, 2025
1 parent 3d1e1aa commit 4e63ce1
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 @@ -160,7 +160,7 @@ dependencyManagement {
dependency group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.70'
dependency group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.79'
// CVE-2018-10237 - Unbounded memory allocation
dependencySet(group: 'com.google.guava', version: '33.3.1-jre') {
dependencySet(group: 'com.google.guava', version: '33.4.0-jre') {
entry 'guava'
}
}
Expand All @@ -180,7 +180,7 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-json'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa'
implementation group: 'com.azure.spring', name: 'spring-cloud-azure-starter-servicebus-jms', version: '5.18.0'
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.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.6.0'
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.3'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-oauth2-resource-server'
Expand Down

0 comments on commit 4e63ce1

Please sign in to comment.