Skip to content

Commit

Permalink
Upgrade Gradle to 8.10, supporting Java 23. Upgraded Guava to 33.3+.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgleissner committed Sep 4, 2024
1 parent 61b881b commit b65d9cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencyManagement {

dependencies {
implementation "com.github.ben-manes.caffeine:caffeine"
implementation "com.google.guava:guava:33.2.+"
implementation "com.google.guava:guava:33.3.+"
implementation "io.github.oshai:kotlin-logging-jvm:7.0.+"
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.+'
implementation "org.springframework.boot:spring-boot-starter-actuator"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit b65d9cf

Please sign in to comment.