Skip to content

Commit

Permalink
Update dependency com.google.guava:guava to v33.3.1-jre (#1056)
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 Sep 24, 2024
1 parent 123cffd commit 3be24fb
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.3.0-jre")
select("com.google.guava:guava:33.3.1-jre")
}
}

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

implementation group: 'com.google.guava', name: 'guava', version: '33.3.0-jre'
implementation group: 'com.google.guava', name: 'guava', version: '33.3.1-jre'

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

Expand Down

0 comments on commit 3be24fb

Please sign in to comment.