Merge 803201cc5cc95e8c97abf7b5d3320a7701313351 into 0a33d1db58a09662cb607ec27d8b23e058129e3c

This commit is contained in:
dependabot[bot] 2025-04-14 23:26:02 +00:00 committed by GitHub
commit 99b448c087
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
}
rootProject.name = "java-toolchains"

View File

@ -8,7 +8,7 @@ repositories {
dependencies {
api("org.apache.commons:commons-math3:3.6.1")
implementation("com.google.guava:guava:33.4.6-jre")
implementation("com.google.guava:guava:33.4.8-jre")
}
testing {