1 Commits

Author SHA1 Message Date
Renovate Bot
48fb775a2f wrapper - Update dependency gradle to v8.14.1 2025-05-23 00:05:31 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Check out repo's default branch
uses: actions/checkout@v6
uses: actions/checkout@v4
- name: Getting version
uses: https://gitea.skydust.fr/actions/get-version@main
- name: Update java package version

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.2'
implementation 'com.github.oshi:oshi-core:6.8.1'
implementation 'com.github.oshi:oshi-json:3.13.6'
implementation 'org.slf4j:slf4j-simple:2.0.17'
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.apache.commons:commons-lang3:3.17.0'
implementation 'dev.arbjerg:lavaplayer:2.2.3'
implementation 'net.dv8tion:JDA:5.4.0'
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.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME