5 Commits

Author SHA1 Message Date
Renovate Bot
31e13e5df6 workflows - Update actions/checkout action to v6 2025-11-21 00:06:28 +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
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@v4
uses: actions/checkout@v6
- 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.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.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME