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 44# -------------------------
55FROM ghcr.io/oracle/oraclelinux:9-slim AS jre-build
66
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"
99
1010RUN set -eux; \
1111 microdnf -y install gzip tar; \
Original file line number Diff line number Diff line change 2222 <dependency >
2323 <groupId >org.apache.maven</groupId >
2424 <artifactId >maven-plugin-api</artifactId >
25- <version >3.9.3 </version >
25+ <version >3.9.4 </version >
2626 <scope >provided</scope >
2727 </dependency >
2828 <dependency >
Original file line number Diff line number Diff line change 636636 <maven-dependency-plugin-version >3.6.0</maven-dependency-plugin-version >
637637 <maven-shade-plugin-version >3.5.0</maven-shade-plugin-version >
638638 <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 >
640640 <directory-maven-version >1.0</directory-maven-version >
641641 <maven-jxr-plugin-version >3.3.0</maven-jxr-plugin-version >
642642 <maven-gpg-plugin-version >3.1.0</maven-gpg-plugin-version >
660660 <client-java-version >18.0.1</client-java-version >
661661 <kotlin-stdlib-version >1.9.0</kotlin-stdlib-version >
662662 <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>
664664 <junit .vintage.version>5.7.1</junit .vintage.version>
665665 <junit .platform.version>1.7.0</junit .platform.version>
666666 <junit .platform.surefire.version>1.3.2</junit .platform.surefire.version>
667667 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
668- <jersey-version >3.1.2 </jersey-version >
668+ <jersey-version >3.1.3 </jersey-version >
669669 <grizzly-version >4.0.0</grizzly-version >
670670 <jakarta-version >6.0.0</jakarta-version >
671671 <prometheus-version >0.16.0</prometheus-version >
You can’t perform that action at this time.
0 commit comments