1 Commits

Author SHA1 Message Date
Renovate Bot
f14681bae0 wrapper - Update dependency gradle to v9 2025-11-18 00:06:54 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ dependencies {
implementation 'club.minnced:opus-java:1.1.1' implementation 'club.minnced:opus-java:1.1.1'
implementation 'ws.schild:jave-all-deps:3.5.0' implementation 'ws.schild:jave-all-deps:3.5.0'
implementation 'com.google.guava:guava:33.4.8-jre' implementation 'com.google.guava:guava:33.4.8-jre'
implementation 'com.github.oshi:oshi-core:6.8.3' implementation 'com.github.oshi:oshi-core:6.8.2'
implementation 'com.github.oshi:oshi-json:3.13.6' implementation 'com.github.oshi:oshi-json:3.13.6'
implementation 'org.slf4j:slf4j-simple:2.0.17' implementation 'org.slf4j:slf4j-simple:2.0.17'
implementation 'org.apache.commons:commons-lang3:3.18.0' implementation 'org.apache.commons:commons-lang3:3.18.0'

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME