Skip to content

Commit 3c350aa

Browse files
committed
Dependency updates
1 parent 29cb3fc commit 3c350aa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# -------------------------
1010
FROM 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

1414
RUN set -eux; \
1515
microdnf -y install gzip tar; \

operator-build-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@
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>
@@ -638,12 +638,12 @@
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>

0 commit comments

Comments
 (0)