Skip to content

Commit c4fa81a

Browse files
authored
Merge pull request #472 from com-pas/develop
Merge develop into main
2 parents f2b4f11 + 70010eb commit c4fa81a

File tree

4 files changed

+6
-34
lines changed

4 files changed

+6
-34
lines changed

.github/workflows/automate-projects.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

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.9-1137
24+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1154
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.9-1137
17+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1154
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
@@ -17,15 +17,15 @@ SPDX-License-Identifier: Apache-2.0
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1919

20-
<compiler-plugin.version>3.12.1</compiler-plugin.version>
20+
<compiler-plugin.version>3.13.0</compiler-plugin.version>
2121
<surefire-plugin.version>3.2.5</surefire-plugin.version>
2222
<sonarqube-plugin.version>3.2.0</sonarqube-plugin.version>
2323

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

2727
<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>
2929
<openpojo.version>0.9.1</openpojo.version>
3030
</properties>
3131

@@ -195,7 +195,7 @@ SPDX-License-Identifier: Apache-2.0
195195
<sonar.language>java</sonar.language>
196196

197197
<!-- JaCoCo Properties -->
198-
<jacoco.version>0.8.11</jacoco.version>
198+
<jacoco.version>0.8.12</jacoco.version>
199199
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
200200
<sonar.coverage.jacoco.xmlReportPaths>
201201
target/site/jacoco/jacoco.xml,

0 commit comments

Comments
 (0)