Skip to content

Commit ad96174

Browse files
committed
Dependency updates
1 parent f5c7205 commit ad96174

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
FROM ghcr.io/oracle/oraclelinux:9-slim AS jre-build
55

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

99
RUN set -eux; \
1010
microdnf -y install gzip tar; \

build-helper-mojo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
<dependency>
2828
<groupId>org.apache.maven</groupId>
2929
<artifactId>maven-plugin-api</artifactId>
30-
<version>3.9.1</version>
30+
<version>3.9.2</version>
3131
<scope>provided</scope>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.apache.maven</groupId>
3535
<artifactId>maven-model</artifactId>
36-
<version>3.9.1</version>
36+
<version>3.9.2</version>
3737
<scope>provided</scope>
3838
</dependency>
3939
<dependency>

wls-exporter-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>org.codehaus.mojo</groupId>
157157
<artifactId>build-helper-maven-plugin</artifactId>
158-
<version>3.3.0</version>
158+
<version>3.4.0</version>
159159
<executions>
160160
<execution>
161161
<id>add-source</id>

0 commit comments

Comments
 (0)