Skip to content

Commit 3f0b50c

Browse files
committed
Dependency updates
1 parent 422909c commit 3f0b50c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# -------------------------
55
FROM 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

1010
RUN set -eux; \
1111
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
@@ -22,7 +22,7 @@
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>

pom.xml

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

0 commit comments

Comments
 (0)