File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
44FROM ghcr.io/oracle/oraclelinux:9-slim AS jre-build
55
6- ENV JAVA_URL_X64="https://download.java.net/java/GA/jdk20.0.1/b4887098932d415489976708ad6d1a4b /9/GPL/openjdk-20.0.1_linux -x64_bin.tar.gz"
7- ENV JAVA_URL_AARCH64="https://download.java.net/java/GA/jdk20.0.1/b4887098932d415489976708ad6d1a4b /9/GPL/openjdk-20.0.1_linux -aarch64_bin.tar.gz"
6+ ENV JAVA_URL_X64="https://download.java.net/java/GA/jdk20.0.2/6e380f22cbe7469fa75fb448bd903d8e /9/GPL/openjdk-20.0.2_linux -x64_bin.tar.gz"
7+ ENV JAVA_URL_AARCH64="https://download.java.net/java/GA/jdk20.0.2/6e380f22cbe7469fa75fb448bd903d8e /9/GPL/openjdk-20.0.2_linux -aarch64_bin.tar.gz"
88
99RUN set -eux; \
1010 microdnf -y install gzip tar; \
Original file line number Diff line number Diff line change 287287 <dependency >
288288 <groupId >com.google.guava</groupId >
289289 <artifactId >guava</artifactId >
290- <version >32.1.1 -jre</version >
290+ <version >32.1.2 -jre</version >
291291 <scope >test</scope >
292292 </dependency >
293293 <dependency >
316316 <dependency >
317317 <groupId >org.junit.jupiter</groupId >
318318 <artifactId >junit-jupiter</artifactId >
319- <version >5.9.3 </version >
319+ <version >5.10.0 </version >
320320 <scope >test</scope >
321321 </dependency >
322322 <dependency >
You can’t perform that action at this time.
0 commit comments