2 Commits

Author SHA1 Message Date
Renovate Bot
89742aca8f Update dependency com.google.guava:guava to v33 2024-12-28 00:01:56 +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
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ FROM public.ecr.aws/docker/library/eclipse-temurin:23.0.1_11-jre AS runner
LABEL authors="skydust"
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/*
COPY --from=builder /app/build/libs/JdrBot.jar /app/JdrBot.jar

View File

@@ -29,7 +29,7 @@ dependencies {
implementation 'net.lingala.zip4j:zip4j:2.11.5'
implementation 'club.minnced:opus-java:1.1.1'
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-json:3.13.6'
implementation 'org.slf4j:slf4j-simple:2.0.16'