File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
operator-build-maven-plugin Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99# -------------------------
1010FROM ghcr.io/oracle/oraclelinux:9-slim AS jre-build
1111
12- ENV JAVA_URL="https://download.java.net/java/GA/jdk19 .0.1/afdd2e245b014143b62ccb916125e3ce/10 /GPL/openjdk-19 .0.1_linux -x64_bin.tar.gz"
12+ ENV JAVA_URL="https://download.java.net/java/GA/jdk20 .0.2/6e380f22cbe7469fa75fb448bd903d8e/9 /GPL/openjdk-20 .0.2_linux -x64_bin.tar.gz"
1313
1414RUN set -eux; \
1515 microdnf -y install gzip tar; \
Original file line number Diff line number Diff line change 2424 <dependency >
2525 <groupId >org.apache.maven</groupId >
2626 <artifactId >maven-plugin-api</artifactId >
27- <version >3.9.3 </version >
27+ <version >3.9.4 </version >
2828 <scope >provided</scope >
2929 </dependency >
3030 <dependency >
Original file line number Diff line number Diff line change 615615 <exec-maven-plugin-version >3.1.0</exec-maven-plugin-version >
616616 <spotbugs-maven-plugin-version >4.7.3.5</spotbugs-maven-plugin-version >
617617 <spotbugs-version >4.7.3</spotbugs-version >
618- <checkstyle-version >10.12.1 </checkstyle-version >
618+ <checkstyle-version >10.12.2 </checkstyle-version >
619619 <directory-maven-version >1.0</directory-maven-version >
620620 <maven-jxr-plugin-version >3.3.0</maven-jxr-plugin-version >
621621 <maven-gpg-plugin-version >3.1.0</maven-gpg-plugin-version >
638638 <client-java-version >16.0.3</client-java-version >
639639 <kotlin-stdlib-version >1.9.0</kotlin-stdlib-version >
640640 <okhttp-version >4.11.0</okhttp-version >
641- <junit .jupiter.version>5.9.3 </junit .jupiter.version>
641+ <junit .jupiter.version>5.10.0 </junit .jupiter.version>
642642 <junit .vintage.version>5.7.1</junit .vintage.version>
643643 <junit .platform.version>1.7.0</junit .platform.version>
644644 <junit .platform.surefire.version>1.3.2</junit .platform.surefire.version>
645645 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
646- <jersey-version >3.1.2 </jersey-version >
646+ <jersey-version >3.1.3 </jersey-version >
647647 <jackson-version >2.15.2</jackson-version >
648648 <snakeyaml-version >1.33</snakeyaml-version >
649649 <jackson-databind-version >2.15.2</jackson-databind-version >
You can’t perform that action at this time.
0 commit comments