File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
FROM ghcr.io/oracle/oraclelinux:9-slim AS jre-build
5
5
6
- ENV JAVA_URL_X64="https://download.java.net/java/GA/jdk20/bdc68b4b9cbc4ebcb30745c85038d91d/36 /GPL/openjdk-20_linux -x64_bin.tar.gz"
7
- ENV JAVA_URL_AARCH64="https://download.java.net/java/GA/jdk20/bdc68b4b9cbc4ebcb30745c85038d91d/36 /GPL/openjdk-20_linux -aarch64_bin.tar.gz"
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"
8
8
9
9
RUN set -eux; \
10
10
microdnf -y install gzip tar; \
Original file line number Diff line number Diff line change 27
27
<dependency >
28
28
<groupId >org.apache.maven</groupId >
29
29
<artifactId >maven-plugin-api</artifactId >
30
- <version >3.9.1 </version >
30
+ <version >3.9.2 </version >
31
31
<scope >provided</scope >
32
32
</dependency >
33
33
<dependency >
34
34
<groupId >org.apache.maven</groupId >
35
35
<artifactId >maven-model</artifactId >
36
- <version >3.9.1 </version >
36
+ <version >3.9.2 </version >
37
37
<scope >provided</scope >
38
38
</dependency >
39
39
<dependency >
Original file line number Diff line number Diff line change 155
155
<plugin >
156
156
<groupId >org.codehaus.mojo</groupId >
157
157
<artifactId >build-helper-maven-plugin</artifactId >
158
- <version >3.3 .0</version >
158
+ <version >3.4 .0</version >
159
159
<executions >
160
160
<execution >
161
161
<id >add-source</id >
You can’t perform that action at this time.
0 commit comments