File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
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.2
17
+ uses : alex-page/github-project-automation-plus@v0.8.3
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.2
24
+ uses : alex-page/github-project-automation-plus@v0.8.3
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 39
39
id : buildx
40
40
uses : docker/setup-buildx-action@v2
41
41
- name : Set up JDK 17
42
- uses : actions/setup-java@v3.6 .0
42
+ uses : actions/setup-java@v3.10 .0
43
43
with :
44
44
distribution : ' zulu'
45
45
java-version : ' 17'
Original file line number Diff line number Diff line change 36
36
run : echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})"
37
37
38
38
- name : Set up JDK 17
39
- uses : actions/setup-java@v3.6 .0
39
+ uses : actions/setup-java@v3.10 .0
40
40
with :
41
41
distribution : ' zulu'
42
42
java-version : ' 17'
Original file line number Diff line number Diff line change 44
44
restore-keys : ${{ runner.os }}-m2
45
45
46
46
- name : Set up JDK 17
47
- uses : actions/setup-java@v3.6 .0
47
+ uses : actions/setup-java@v3.10 .0
48
48
with :
49
49
distribution : ' zulu'
50
50
java-version : ' 17'
Original file line number Diff line number Diff line change 21
21
# docker run -i --rm -p 8080:8080 -p 5005:5005 -e JAVA_ENABLE_DEBUG="true" quarkus/app-jvm
22
22
#
23
23
###
24
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-923
24
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1085
25
25
26
26
ARG JAVA_PACKAGE=java-17-openjdk-headless
27
27
ARG RUN_JAVA_VERSION=1.3.8
Original file line number Diff line number Diff line change 14
14
# docker run -i --rm -p 8080:8080 quarkus/app
15
15
#
16
16
###
17
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-923
17
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7-1085
18
18
WORKDIR /work/
19
19
RUN chown 1001 /work \
20
20
&& chmod "g+rwX" /work \
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ SPDX-License-Identifier: Apache-2.0
20
20
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
21
21
22
22
<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>
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
- <quarkus .platform.version>2.14.1 .Final</quarkus .platform.version>
29
- <log4j2 .version>2.19 .0</log4j2 .version>
30
- <powsybl .sld.version>3.0 .0</powsybl .sld.version>
31
- <gson .version>2.10</gson .version>
28
+ <quarkus .platform.version>2.16.3 .Final</quarkus .platform.version>
29
+ <log4j2 .version>2.20 .0</log4j2 .version>
30
+ <powsybl .sld.version>3.1 .0</powsybl .sld.version>
31
+ <gson .version>2.10.1 </gson .version>
32
32
<openpojo .version>0.9.1</openpojo .version>
33
33
</properties >
34
34
@@ -240,7 +240,7 @@ SPDX-License-Identifier: Apache-2.0
240
240
<plugin >
241
241
<groupId >org.apache.maven.plugins</groupId >
242
242
<artifactId >maven-javadoc-plugin</artifactId >
243
- <version >3.4.1 </version >
243
+ <version >3.5.0 </version >
244
244
<executions >
245
245
<execution >
246
246
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments