File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
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.7-1085
24
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107
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.7-1085
17
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107
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 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.7-1085
24
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107
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.7-1085
17
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107
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 @@ -19,12 +19,12 @@ SPDX-License-Identifier: Apache-2.0
19
19
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20
20
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
21
21
22
- <compiler-plugin .version>3.10.1 </compiler-plugin .version>
23
- <surefire-plugin .version>3.0.0-M9 </surefire-plugin .version>
22
+ <compiler-plugin .version>3.11.0 </compiler-plugin .version>
23
+ <surefire-plugin .version>3.0.0</surefire-plugin .version>
24
24
<sonarqube-plugin .version>3.2.0</sonarqube-plugin .version>
25
25
26
26
<compas .core.version>0.12.0</compas .core.version>
27
- <quarkus .platform.version>2.16.3 .Final</quarkus .platform.version>
27
+ <quarkus .platform.version>2.16.6 .Final</quarkus .platform.version>
28
28
29
29
<jaxb-impl .version>2.3.8</jaxb-impl .version>
30
30
<microprofile-openapi-api .version>3.1</microprofile-openapi-api .version>
@@ -210,7 +210,7 @@ SPDX-License-Identifier: Apache-2.0
210
210
<sonar .language>java</sonar .language>
211
211
212
212
<!-- JaCoCo Properties -->
213
- <jacoco .version>0.8.8 </jacoco .version>
213
+ <jacoco .version>0.8.9 </jacoco .version>
214
214
<sonar .java.coveragePlugin>jacoco</sonar .java.coveragePlugin>
215
215
<sonar .coverage.jacoco.xmlReportPaths>
216
216
target/site/jacoco/jacoco.xml,
You can’t perform that action at this time.
0 commit comments