File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
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.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"
6+ ENV JAVA_URL_X64="https://download.oracle.com /java/17/archive/jdk-17 .0.8_linux -x64_bin.tar.gz"
7+ ENV JAVA_URL_AARCH64="https://download.oracle.com /java/17/archive/jdk-17 .0.8_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 2727 <dependency >
2828 <groupId >org.apache.maven</groupId >
2929 <artifactId >maven-plugin-api</artifactId >
30- <version >3.9.3 </version >
30+ <version >3.9.4 </version >
3131 <scope >provided</scope >
3232 </dependency >
3333 <dependency >
3434 <groupId >org.apache.maven</groupId >
3535 <artifactId >maven-model</artifactId >
36- <version >3.9.3 </version >
36+ <version >3.9.4 </version >
3737 <scope >provided</scope >
3838 </dependency >
3939 <dependency >
Original file line number Diff line number Diff line change 269269 <dependency >
270270 <groupId >org.yaml</groupId >
271271 <artifactId >snakeyaml</artifactId >
272- <version >2.0 </version >
272+ <version >2.1 </version >
273273 </dependency >
274274 <dependency >
275275 <groupId >com.google.code.gson</groupId >
Original file line number Diff line number Diff line change 1717 <helidon .version>3.2.2</helidon .version>
1818 <mainClass >com.oracle.wls.exporter.sidecar.Main</mainClass >
1919
20- <version .plugin.helidon>3.0.5 </version .plugin.helidon>
20+ <version .plugin.helidon>3.0.6 </version .plugin.helidon>
2121 </properties >
2222
2323 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments