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 9
9
# -------------------------
10
10
FROM ghcr.io/oracle/oraclelinux:9-slim AS jre-build
11
11
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"
13
13
14
14
RUN set -eux; \
15
15
microdnf -y install gzip tar; \
Original file line number Diff line number Diff line change 24
24
<dependency >
25
25
<groupId >org.apache.maven</groupId >
26
26
<artifactId >maven-plugin-api</artifactId >
27
- <version >3.9.3 </version >
27
+ <version >3.9.4 </version >
28
28
<scope >provided</scope >
29
29
</dependency >
30
30
<dependency >
Original file line number Diff line number Diff line change 615
615
<exec-maven-plugin-version >3.1.0</exec-maven-plugin-version >
616
616
<spotbugs-maven-plugin-version >4.7.3.5</spotbugs-maven-plugin-version >
617
617
<spotbugs-version >4.7.3</spotbugs-version >
618
- <checkstyle-version >10.12.1 </checkstyle-version >
618
+ <checkstyle-version >10.12.2 </checkstyle-version >
619
619
<directory-maven-version >1.0</directory-maven-version >
620
620
<maven-jxr-plugin-version >3.3.0</maven-jxr-plugin-version >
621
621
<maven-gpg-plugin-version >3.1.0</maven-gpg-plugin-version >
638
638
<client-java-version >16.0.3</client-java-version >
639
639
<kotlin-stdlib-version >1.9.0</kotlin-stdlib-version >
640
640
<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>
642
642
<junit .vintage.version>5.7.1</junit .vintage.version>
643
643
<junit .platform.version>1.7.0</junit .platform.version>
644
644
<junit .platform.surefire.version>1.3.2</junit .platform.surefire.version>
645
645
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
646
- <jersey-version >3.1.2 </jersey-version >
646
+ <jersey-version >3.1.3 </jersey-version >
647
647
<jackson-version >2.15.2</jackson-version >
648
648
<snakeyaml-version >1.33</snakeyaml-version >
649
649
<jackson-databind-version >2.15.2</jackson-databind-version >
You can’t perform that action at this time.
0 commit comments