2 Commits

Author SHA1 Message Date
17a094b727 Updated CI Token
All checks were successful
Production deployment / Building and pushing (push) Successful in 3m8s
2024-12-28 13:14:58 +01:00
Renovate Bot
0514110fa0 Update dependency com.google.guava:guava to v33
All checks were successful
Production deployment / Building and pushing (push) Successful in 2m54s
2024-12-28 00:56:24 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -20,4 +20,4 @@ jobs:
uses: https://gitea.skydust.fr/actions/create-release@main uses: https://gitea.skydust.fr/actions/create-release@main
with: with:
semver: ${{ inputs.semver }} semver: ${{ inputs.semver }}
token: ${{ secrets.CI_GIT_WRITE_TOKEN }} token: ${{ secrets.CI_TOKEN }}

View File

@@ -29,7 +29,7 @@ dependencies {
implementation 'net.lingala.zip4j:zip4j:2.11.5' implementation 'net.lingala.zip4j:zip4j:2.11.5'
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:31.1-jre' implementation 'com.google.guava:guava:33.4.0-jre'
implementation 'com.github.oshi:oshi-core:6.6.5' implementation 'com.github.oshi:oshi-core:6.6.5'
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.16' implementation 'org.slf4j:slf4j-simple:2.0.16'