Skip to content

Commit 0d662a0

Browse files
authored
Merge branch 'develop' into dependabot/docker/app/src/main/docker/ubi8/ubi-minimal-8.9-1108
2 parents f054f07 + d38b4af commit 0d662a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/automate-projects.yml

Lines changed: 2 additions & 2 deletions
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/github-project-automation-plus@v0.8.3
17+
uses: alex-page/github-project-automation-plus@v0.9.0
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/github-project-automation-plus@v0.8.3
24+
uses: alex-page/github-project-automation-plus@v0.9.0
2525
with:
2626
project: CoMPAS Pull Request Overview Board
2727
column: To do

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ 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.11.0</compiler-plugin.version>
23-
<surefire-plugin.version>3.2.3</surefire-plugin.version>
22+
<compiler-plugin.version>3.12.1</compiler-plugin.version>
23+
<surefire-plugin.version>3.2.5</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

2828
<quarkus.platform.version>2.16.6.Final</quarkus.platform.version>
2929
<microprofile-openapi-api.version>3.1.1</microprofile-openapi-api.version>
30-
<powsybl.version>6.1.0</powsybl.version>
31-
<log4j2.version>2.22.0</log4j2.version>
30+
<powsybl.version>6.1.1</powsybl.version>
31+
<log4j2.version>2.22.1</log4j2.version>
3232
<mapstruct.version>1.5.5.Final</mapstruct.version>
3333
<openpojo.version>0.9.1</openpojo.version>
3434
</properties>

0 commit comments

Comments
 (0)