File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
# -------------------------
10
10
FROM ghcr.io/oracle/oraclelinux:9-slim AS jre-build
11
11
12
- ENV JAVA_URL_X64="https://download.java.net/java/GA/jdk20/bdc68b4b9cbc4ebcb30745c85038d91d/36 /GPL/openjdk-20_linux -x64_bin.tar.gz"
13
- ENV JAVA_URL_AARCH64="https://download.java.net/java/GA/jdk20/bdc68b4b9cbc4ebcb30745c85038d91d/36 /GPL/openjdk-20_linux -aarch64_bin.tar.gz"
12
+ 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"
13
+ 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"
14
14
15
15
RUN set -eux; \
16
16
microdnf -y install gzip tar; \
Original file line number Diff line number Diff line change 662
662
<httpunit-version >1.7.3</httpunit-version >
663
663
<voyager-client-version >0.1.0</voyager-client-version >
664
664
<jsonpath-version >2.8.0</jsonpath-version >
665
- <mojo-build-helper-version >3.3 .0</mojo-build-helper-version >
665
+ <mojo-build-helper-version >3.4 .0</mojo-build-helper-version >
666
666
<maven-plugin-version >1.0.0</maven-plugin-version >
667
667
<assertj .core.version>3.24.2</assertj .core.version>
668
668
<commons .io.version>2.11.0</commons .io.version>
You can’t perform that action at this time.
0 commit comments