Skip to content

Commit 4e462f8

Browse files
Merge pull request #330 from com-pas/develop
Merge Develop into Main
2 parents 29c5960 + 5993c78 commit 4e462f8

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

app/src/main/docker/Dockerfile-basex.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.7-1085
24+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107
2525

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

app/src/main/docker/Dockerfile-basex.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.7-1085
17+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107
1818
WORKDIR /work/
1919
RUN chown 1001 /work \
2020
&& chmod "g+rwX" /work \

app/src/main/docker/Dockerfile-postgresql.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.7-1085
24+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107
2525

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

app/src/main/docker/Dockerfile-postgresql.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.7-1085
17+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1107
1818
WORKDIR /work/
1919
RUN chown 1001 /work \
2020
&& chmod "g+rwX" /work \

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ SPDX-License-Identifier: Apache-2.0
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2121

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>
2424
<sonarqube-plugin.version>3.2.0</sonarqube-plugin.version>
2525

2626
<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>
2828

2929
<jaxb-impl.version>2.3.8</jaxb-impl.version>
3030
<microprofile-openapi-api.version>3.1</microprofile-openapi-api.version>
@@ -210,7 +210,7 @@ SPDX-License-Identifier: Apache-2.0
210210
<sonar.language>java</sonar.language>
211211

212212
<!-- JaCoCo Properties -->
213-
<jacoco.version>0.8.8</jacoco.version>
213+
<jacoco.version>0.8.9</jacoco.version>
214214
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
215215
<sonar.coverage.jacoco.xmlReportPaths>
216216
target/site/jacoco/jacoco.xml,

0 commit comments

Comments
 (0)