Skip to content

Commit 17acc4e

Browse files
Merge pull request #315 from com-pas/develop
New release
2 parents bb04738 + 9ce5727 commit 17acc4e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/automate-projects.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
steps:
1515
- name: add-new-issues-to-organization-based-project-column
1616
if: github.event_name == 'issues' && github.event.action == 'opened'
17-
uses: alex-page/[email protected].2
17+
uses: alex-page/[email protected].3
1818
with:
1919
project: CoMPAS Issues Overview Board
2020
column: To do
2121
repo-token: ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
2222
- name: add-new-pull-request-to-organization-based-project-column
2323
if: (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action == 'opened'
24-
uses: alex-page/[email protected].2
24+
uses: alex-page/[email protected].3
2525
with:
2626
project: CoMPAS Pull Request Overview Board
2727
column: To do

app/src/main/docker/Dockerfile.jvm

+1-1
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-923
24+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1085
2525

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

app/src/main/docker/Dockerfile.native

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

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ SPDX-License-Identifier: Apache-2.0
2020
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2121

2222
<compiler-plugin.version>3.10.1</compiler-plugin.version>
23-
<surefire-plugin.version>3.0.0-M7</surefire-plugin.version>
23+
<surefire-plugin.version>3.0.0-M9</surefire-plugin.version>
2424
<sonarqube-plugin.version>3.2.0</sonarqube-plugin.version>
2525

2626
<compas.core.version>0.11.0</compas.core.version>
2727

28-
<quarkus.platform.version>2.14.1.Final</quarkus.platform.version>
28+
<quarkus.platform.version>2.16.3.Final</quarkus.platform.version>
2929
<microprofile-openapi-api.version>3.1</microprofile-openapi-api.version>
30-
<powsybl.version>5.0.0</powsybl.version>
31-
<log4j2.version>2.19.0</log4j2.version>
30+
<powsybl.version>5.1.1</powsybl.version>
31+
<log4j2.version>2.20.0</log4j2.version>
3232
<mapstruct.version>1.5.3.Final</mapstruct.version>
3333
<openpojo.version>0.9.1</openpojo.version>
3434
</properties>
@@ -261,7 +261,7 @@ SPDX-License-Identifier: Apache-2.0
261261
<plugin>
262262
<groupId>org.apache.maven.plugins</groupId>
263263
<artifactId>maven-javadoc-plugin</artifactId>
264-
<version>3.4.1</version>
264+
<version>3.5.0</version>
265265
<executions>
266266
<execution>
267267
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)