File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/app-jvm
22
22
#
23
23
###
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
25
25
26
26
ARG JAVA_PACKAGE=java-17-openjdk-headless
27
27
ARG RUN_JAVA_VERSION=1.3.8
Original file line number Diff line number Diff line change 14
14
# docker run -i --rm -p 8080:8080 quarkus/app
15
15
#
16
16
###
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
18
18
WORKDIR /work/
19
19
RUN chown 1001 /work \
20
20
&& chmod "g+rwX" /work \
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ SPDX-License-Identifier: Apache-2.0
28
28
<quarkus .platform.version>2.16.6.Final</quarkus .platform.version>
29
29
<microprofile-openapi-api .version>3.1.1</microprofile-openapi-api .version>
30
30
<powsybl .version>5.1.1</powsybl .version>
31
- <log4j2 .version>2.21.1 </log4j2 .version>
31
+ <log4j2 .version>2.22.0 </log4j2 .version>
32
32
<mapstruct .version>1.5.5.Final</mapstruct .version>
33
33
<openpojo .version>0.9.1</openpojo .version>
34
34
</properties >
@@ -261,7 +261,7 @@ SPDX-License-Identifier: Apache-2.0
261
261
<plugin >
262
262
<groupId >org.apache.maven.plugins</groupId >
263
263
<artifactId >maven-javadoc-plugin</artifactId >
264
- <version >3.6.0 </version >
264
+ <version >3.6.2 </version >
265
265
<executions >
266
266
<execution >
267
267
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments