Skip to content

Commit

Permalink
Update dependency com.google.guava:guava to v33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 92cce62 commit 500aeff
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 @@ -208,7 +208,7 @@ bootJar {

dependencies {
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'com.google.guava:guava:30.1.1-jre'
implementation 'com.google.guava:guava:33.4.0-jre'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4jVersion
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4jVersion
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.8.0'
Expand Down Expand Up @@ -267,7 +267,7 @@ subprojects {

dependencies {
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'com.google.guava:guava:30.1.1-jre'
implementation 'com.google.guava:guava:33.4.0-jre'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4jVersion
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4jVersion
implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: '1.8.0'
Expand Down

0 comments on commit 500aeff

Please sign in to comment.