Skip to content

Commit

Permalink
Update dependency com.google.guava:guava to v33.1.0-jre (#939)
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 Mar 14, 2024
1 parent 3472fec commit 582a6b9
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 @@ -45,7 +45,7 @@ checkstyle {

configurations.checkstyle {
resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") {
select("com.google.guava:guava:33.0.0-jre")
select("com.google.guava:guava:33.1.0-jre")
}
}

Expand Down Expand Up @@ -118,7 +118,7 @@ dependencies {
implementation group: 'org.flywaydb', name: 'flyway-core', version: '10.3.0'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.3.0'

implementation group: 'com.google.guava', name: 'guava', version: '33.0.0-jre'
implementation group: 'com.google.guava', name: 'guava', version: '33.1.0-jre'

implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.4.0'

Expand Down

0 comments on commit 582a6b9

Please sign in to comment.