Skip to content

Commit

Permalink
Merge branch 'main' of github.com:edward3h/kiwiproc
Browse files Browse the repository at this point in the history
  • Loading branch information
edward3h committed Sep 24, 2024
2 parents 3adb5e2 + f376f13 commit 72cb31e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalog.settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencyResolutionManagement {
library("jspecify", "org.jspecify:jspecify:1.0.0")

library("javapoet", "com.palantir.javapoet:javapoet:0.5.0")
library("guava", "com.google.guava:guava:33.3.0-jre")
library("guava", "com.google.guava:guava:33.3.1-jre")
library("compile-testing", "com.google.testing.compile:compile-testing:0.21.0")
library("compile-testing-extension", "io.github.kiskae:compile-testing-extension:1.0.2")

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 72cb31e

Please sign in to comment.