File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
operator-build-maven-plugin Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
# -------------------------
5
5
FROM ghcr.io/oracle/oraclelinux:9-slim AS jre-build
6
6
7
- 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"
8
- 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"
7
+ 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"
8
+ 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"
9
9
10
10
RUN set -eux; \
11
11
microdnf -y install gzip tar; \
Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >org.apache.maven</groupId >
24
24
<artifactId >maven-plugin-api</artifactId >
25
- <version >3.9.3 </version >
25
+ <version >3.9.4 </version >
26
26
<scope >provided</scope >
27
27
</dependency >
28
28
<dependency >
Original file line number Diff line number Diff line change 636
636
<maven-dependency-plugin-version >3.6.0</maven-dependency-plugin-version >
637
637
<maven-shade-plugin-version >3.5.0</maven-shade-plugin-version >
638
638
<exec-maven-plugin-version >3.1.0</exec-maven-plugin-version >
639
- <checkstyle-version >10.12.1 </checkstyle-version >
639
+ <checkstyle-version >10.12.2 </checkstyle-version >
640
640
<directory-maven-version >1.0</directory-maven-version >
641
641
<maven-jxr-plugin-version >3.3.0</maven-jxr-plugin-version >
642
642
<maven-gpg-plugin-version >3.1.0</maven-gpg-plugin-version >
660
660
<client-java-version >18.0.1</client-java-version >
661
661
<kotlin-stdlib-version >1.9.0</kotlin-stdlib-version >
662
662
<okhttp-version >4.11.0</okhttp-version >
663
- <junit .jupiter.version>5.9.3 </junit .jupiter.version>
663
+ <junit .jupiter.version>5.10.0 </junit .jupiter.version>
664
664
<junit .vintage.version>5.7.1</junit .vintage.version>
665
665
<junit .platform.version>1.7.0</junit .platform.version>
666
666
<junit .platform.surefire.version>1.3.2</junit .platform.surefire.version>
667
667
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
668
- <jersey-version >3.1.2 </jersey-version >
668
+ <jersey-version >3.1.3 </jersey-version >
669
669
<grizzly-version >4.0.0</grizzly-version >
670
670
<jakarta-version >6.0.0</jakarta-version >
671
671
<prometheus-version >0.16.0</prometheus-version >
You can’t perform that action at this time.
0 commit comments