15 Commits

Author SHA1 Message Date
Renovate Bot
4e61c71ded Update all non-major dependencies 2025-04-15 00:02:09 +00:00
Renovate Bot
a980a69908 Update dependency net.dv8tion:JDA to v5.3.1 2025-03-28 00:01:52 +00:00
Renovate Bot
0c0cb791ce Update all non-major dependencies 2025-03-26 00:01:55 +00:00
Renovate Bot
780c672e56 Update dependency com.github.oshi:oshi-core to v6.7.1 2025-03-14 00:01:18 +00:00
Renovate Bot
03665f5556 wrapper - Update dependency gradle to v8.13 2025-02-28 21:34:11 +00:00
Renovate Bot
e805f12a9d Update all non-major dependencies 2025-02-27 00:01:04 +00:00
Renovate Bot
dd7dfaedaf Update dependency net.dv8tion:JDA to v5.3.0
All checks were successful
Production deployment / Building and pushing (push) Successful in 2m10s
2025-02-03 00:01:02 +00:00
Renovate Bot
3c0103c4ed Update dependency dev.arbjerg:lavaplayer to v2.2.3 2025-02-02 00:00:42 +00:00
Renovate Bot
6c222009b2 Update dependency net.dv8tion:JDA to v5.2.3
All checks were successful
Production deployment / Building and pushing (push) Successful in 2m36s
2025-01-27 00:01:09 +00:00
Renovate Bot
e077d18760 Update dependency com.github.oshi:oshi-core to v6.6.6 2025-01-26 00:00:39 +00:00
Renovate Bot
2afc52e858 wrapper - Update dependency gradle to v8.12.1 2025-01-25 00:01:22 +00:00
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
Renovate Bot
4e49b098da Update dependency net.dv8tion:JDA to v5.2.2
All checks were successful
Production deployment / Building and pushing (push) Successful in 3m8s
2024-12-28 00:01:54 +00:00
c89e740e02 Added zabbix repo
All checks were successful
Production deployment / Building and pushing (push) Successful in 2m48s
2024-12-27 11:52:58 +01:00
6 changed files with 10 additions and 8 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

@@ -7,6 +7,8 @@ FROM public.ecr.aws/docker/library/eclipse-temurin:23.0.1_11-jre AS runner
LABEL authors="skydust" LABEL authors="skydust"
WORKDIR /app WORKDIR /app
RUN wget https://repo.zabbix.com/zabbix/7.2/release/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest_7.2+ubuntu24.04_all.deb
RUN dpkg -i zabbix-release_latest_7.2+ubuntu24.04_all.deb && rm zabbix-release_latest_7.2+ubuntu24.04_all.deb
RUN apt update && apt install -y zabbix-sender && rm -rf /var/lib/apt/lists/* RUN apt update && apt install -y zabbix-sender && rm -rf /var/lib/apt/lists/*
COPY --from=builder /app/build/libs/JdrBot.jar /app/JdrBot.jar COPY --from=builder /app/build/libs/JdrBot.jar /app/JdrBot.jar

View File

@@ -29,13 +29,13 @@ 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.8-jre'
implementation 'com.github.oshi:oshi-core:6.6.5' implementation 'com.github.oshi:oshi-core:6.8.0'
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.17'
implementation 'org.apache.commons:commons-lang3:3.17.0' implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'dev.arbjerg:lavaplayer:2.2.2' implementation 'dev.arbjerg:lavaplayer:2.2.3'
implementation 'net.dv8tion:JDA:5.2.1' implementation 'net.dv8tion:JDA:5.3.2'
implementation 'org.reflections:reflections:0.10.2' implementation 'org.reflections:reflections:0.10.2'
} }

Binary file not shown.

View File

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

2
gradlew vendored
View File

@@ -205,7 +205,7 @@ fi
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Collect all arguments for the java command: # Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, # * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped. # and any embedded shellness will be escaped.
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be # * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# treated as '${Hostname}' itself on the command line. # treated as '${Hostname}' itself on the command line.