File tree Expand file tree Collapse file tree 4 files changed +6
-34
lines changed Expand file tree Collapse file tree 4 files changed +6
-34
lines changed Load Diff This file was deleted.
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.9-1137
24
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1154
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.9-1137
17
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1154
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 @@ -17,15 +17,15 @@ SPDX-License-Identifier: Apache-2.0
17
17
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
18
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
19
19
20
- <compiler-plugin .version>3.12.1 </compiler-plugin .version>
20
+ <compiler-plugin .version>3.13.0 </compiler-plugin .version>
21
21
<surefire-plugin .version>3.2.5</surefire-plugin .version>
22
22
<sonarqube-plugin .version>3.2.0</sonarqube-plugin .version>
23
23
24
24
<compas .core.version>0.16.0</compas .core.version>
25
- <quarkus .platform.version>3.8 .2</quarkus .platform.version>
25
+ <quarkus .platform.version>3.9 .2</quarkus .platform.version>
26
26
27
27
<microprofile-openapi-api .version>3.1.1</microprofile-openapi-api .version>
28
- <log4j2 .version>2.23.0 </log4j2 .version>
28
+ <log4j2 .version>2.23.1 </log4j2 .version>
29
29
<openpojo .version>0.9.1</openpojo .version>
30
30
</properties >
31
31
@@ -195,7 +195,7 @@ SPDX-License-Identifier: Apache-2.0
195
195
<sonar .language>java</sonar .language>
196
196
197
197
<!-- JaCoCo Properties -->
198
- <jacoco .version>0.8.11 </jacoco .version>
198
+ <jacoco .version>0.8.12 </jacoco .version>
199
199
<sonar .java.coveragePlugin>jacoco</sonar .java.coveragePlugin>
200
200
<sonar .coverage.jacoco.xmlReportPaths>
201
201
target/site/jacoco/jacoco.xml,
You can’t perform that action at this time.
0 commit comments