File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
steps :
15
15
- name : add-new-issues-to-organization-based-project-column
16
16
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
18
18
with :
19
19
project : CoMPAS Issues Overview Board
20
20
column : To do
21
21
repo-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
22
22
- name : add-new-pull-request-to-organization-based-project-column
23
23
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
25
25
with :
26
26
project : CoMPAS Pull Request Overview Board
27
27
column : To do
Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ 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.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>
24
24
<sonarqube-plugin .version>3.2.0</sonarqube-plugin .version>
25
25
26
26
<compas .core.version>0.11.0</compas .core.version>
27
27
28
28
<quarkus .platform.version>2.16.6.Final</quarkus .platform.version>
29
29
<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>
32
32
<mapstruct .version>1.5.5.Final</mapstruct .version>
33
33
<openpojo .version>0.9.1</openpojo .version>
34
34
</properties >
You can’t perform that action at this time.
0 commit comments