Skip to content

Commit 95ad60c

Browse files
committed
Merge branch 'dependency-and-java-40' into 'release/4.0'
More dependency updates, including OpenJDK version See merge request weblogic-cloud/weblogic-kubernetes-operator!4224
2 parents a3e4afb + f1618c3 commit 95ad60c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# -------------------------
1010
FROM ghcr.io/oracle/oraclelinux:9-slim AS jre-build
1111

12-
ENV JAVA_URL_X64="https://download.java.net/java/GA/jdk20/bdc68b4b9cbc4ebcb30745c85038d91d/36/GPL/openjdk-20_linux-x64_bin.tar.gz"
13-
ENV JAVA_URL_AARCH64="https://download.java.net/java/GA/jdk20/bdc68b4b9cbc4ebcb30745c85038d91d/36/GPL/openjdk-20_linux-aarch64_bin.tar.gz"
12+
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"
13+
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"
1414

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@
662662
<httpunit-version>1.7.3</httpunit-version>
663663
<voyager-client-version>0.1.0</voyager-client-version>
664664
<jsonpath-version>2.8.0</jsonpath-version>
665-
<mojo-build-helper-version>3.3.0</mojo-build-helper-version>
665+
<mojo-build-helper-version>3.4.0</mojo-build-helper-version>
666666
<maven-plugin-version>1.0.0</maven-plugin-version>
667667
<assertj.core.version>3.24.2</assertj.core.version>
668668
<commons.io.version>2.11.0</commons.io.version>

0 commit comments

Comments
 (0)