Skip to content

Commit c5a60cf

Browse files
authored
Merge branch 'develop' into 369-setup-release-please
2 parents 1b3a2e8 + eddb744 commit c5a60cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/src/main/docker/Dockerfile.jvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/app-jvm
2222
#
2323
###
24-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218
24+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1029
2525

2626
ARG JAVA_PACKAGE=java-17-openjdk-headless
2727
ARG RUN_JAVA_VERSION=1.3.8

app/src/main/docker/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# docker run -i --rm -p 8080:8080 quarkus/app
1515
#
1616
###
17-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218
17+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1029
1818
WORKDIR /work/
1919
RUN chown 1001 /work \
2020
&& chmod "g+rwX" /work \

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SPDX-License-Identifier: Apache-2.0
2828
<quarkus.platform.version>2.16.6.Final</quarkus.platform.version>
2929
<microprofile-openapi-api.version>3.1.1</microprofile-openapi-api.version>
3030
<powsybl.version>5.1.1</powsybl.version>
31-
<log4j2.version>2.21.1</log4j2.version>
31+
<log4j2.version>2.22.0</log4j2.version>
3232
<mapstruct.version>1.5.5.Final</mapstruct.version>
3333
<openpojo.version>0.9.1</openpojo.version>
3434
</properties>
@@ -261,7 +261,7 @@ SPDX-License-Identifier: Apache-2.0
261261
<plugin>
262262
<groupId>org.apache.maven.plugins</groupId>
263263
<artifactId>maven-javadoc-plugin</artifactId>
264-
<version>3.6.0</version>
264+
<version>3.6.2</version>
265265
<executions>
266266
<execution>
267267
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)