3 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
3 changed files with 3 additions and 3 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

@@ -33,7 +33,7 @@ dependencies {
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 '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-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME