5 Commits

Author SHA1 Message Date
Renovate Bot
f14681bae0 wrapper - Update dependency gradle to v9 2025-11-18 00:06:54 +00:00
Renovate Bot
f88759ee64 wrapper - Update dependency gradle to v8.14.3
Some checks failed
Production deployment / Building and pushing (push) Failing after 3m40s
2025-07-26 00:57:17 +00:00
Renovate Bot
7132940874 Update all non-major dependencies 2025-07-10 00:05:04 +00:00
Renovate Bot
bff962af46 wrapper - Update dependency gradle to v8.14.2 2025-06-09 10:29:25 +00:00
Renovate Bot
642bc67fe3 Update all non-major dependencies 2025-06-09 00:05:47 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -30,12 +30,12 @@ dependencies {
implementation 'club.minnced:opus-java:1.1.1'
implementation 'ws.schild:jave-all-deps:3.5.0'
implementation 'com.google.guava:guava:33.4.8-jre'
implementation 'com.github.oshi:oshi-core:6.8.1'
implementation 'com.github.oshi:oshi-core:6.8.2'
implementation 'com.github.oshi:oshi-json:3.13.6'
implementation 'org.slf4j:slf4j-simple:2.0.17'
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'dev.arbjerg:lavaplayer:2.2.3'
implementation 'net.dv8tion:JDA:5.4.0'
implementation 'org.apache.commons:commons-lang3:3.18.0'
implementation 'dev.arbjerg:lavaplayer:2.2.4'
implementation 'net.dv8tion:JDA:5.6.1'
implementation 'org.reflections:reflections:0.10.2'
}

View File

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