File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
- name : Set up Docker Buildx
26
26
id : buildx
27
27
uses : docker/setup-buildx-action@v1
38
38
restore-keys : ${{ runner.os }}-m2
39
39
40
40
- name : Set up JDK 1.11
41
- uses : actions/setup-java@v2.5.0
41
+ uses : actions/setup-java@v3
42
42
with :
43
43
distribution : ' zulu'
44
44
java-version : ' 11'
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
- name : Set up Docker Buildx
21
21
id : buildx
22
22
uses : docker/setup-buildx-action@v1
43
43
# Extra the tagname form the git reference, value of GITHUB_REF will be something like refs/tags/<tag_name>.
44
44
run : echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})"
45
45
- name : Set up JDK 1.11
46
- uses : actions/setup-java@v2.5.0
46
+ uses : actions/setup-java@v3
47
47
with :
48
48
distribution : ' zulu'
49
49
java-version : ' 11'
Original file line number Diff line number Diff line change 10
10
test :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- name : REUSE Compliance Check
15
15
uses : fsfe/reuse-action@v1
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
26
26
if : ${{ (github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]') || (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') }}
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v2
29
+ uses : actions/checkout@v3
30
30
with :
31
31
fetch-depth : 0
32
32
33
33
- name : Set up JDK 11
34
- uses : actions/setup-java@v2.5.0
34
+ uses : actions/setup-java@v3
35
35
with :
36
36
distribution : ' zulu'
37
37
java-version : ' 11'
Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ SPDX-License-Identifier: Apache-2.0
20
20
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21
21
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
22
22
23
- <compiler-plugin .version>3.9.0 </compiler-plugin .version>
23
+ <compiler-plugin .version>3.10.1 </compiler-plugin .version>
24
24
<surefire-plugin .version>3.0.0-M5</surefire-plugin .version>
25
25
<sonarqube-plugin .version>3.2.0</sonarqube-plugin .version>
26
26
27
- <compas .core.version>0.7 .0</compas .core.version>
27
+ <compas .core.version>0.8 .0</compas .core.version>
28
28
29
- <quarkus .platform.version>2.7.0 .Final</quarkus .platform.version>
29
+ <quarkus .platform.version>2.7.5 .Final</quarkus .platform.version>
30
30
<jaxb-impl .version>2.3.6</jaxb-impl .version>
31
31
<microprofile-openapi-api .version>3.0</microprofile-openapi-api .version>
32
- <slf4j .version>1.7.35 </slf4j .version>
32
+ <slf4j .version>1.7.36 </slf4j .version>
33
33
<openpojo .version>0.9.1</openpojo .version>
34
34
</properties >
35
35
@@ -268,7 +268,7 @@ SPDX-License-Identifier: Apache-2.0
268
268
<plugin >
269
269
<groupId >org.apache.maven.plugins</groupId >
270
270
<artifactId >maven-javadoc-plugin</artifactId >
271
- <version >3.3.1 </version >
271
+ <version >3.3.2 </version >
272
272
<executions >
273
273
<execution >
274
274
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments