File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3232 cache : ' maven'
3333
3434 - name : " REUSE Compliance Check"
35- uses : fsfe/reuse-action@v4
35+ uses : fsfe/reuse-action@v5
3636
3737 - name : " Format code"
3838 run : |
7272
7373 - name : " Slack Notification"
7474 if : ${{ github.ref == 'refs/heads/main' && failure() }}
75- uses : slackapi/slack-github-action@v1.27 .0
75+ uses : slackapi/slack-github-action@v2.0 .0
7676 with :
7777 payload : |
7878 {
Original file line number Diff line number Diff line change 5252
5353 - name : " Cache build"
5454 id : cache-build
55- uses : actions/cache@v3
55+ uses : actions/cache@v4
5656 with :
5757 path : |
5858 ~/.m2/repository
8787 cache : ' maven'
8888
8989 - name : " Restore build cache"
90- uses : actions/cache@v3
90+ uses : actions/cache@v4
9191 with :
9292 path : |
9393 ~/.m2/repository
Original file line number Diff line number Diff line change 6969
7070 - name : " Slack Notification"
7171 if : failure()
72- uses : slackapi/slack-github-action@v1.27 .0
72+ uses : slackapi/slack-github-action@v2.0 .0
7373 with :
7474 payload : |
7575 {
Original file line number Diff line number Diff line change 6868
6969 - name : " Slack Notification"
7070 if : failure()
71- uses : slackapi/slack-github-action@v1.27 .0
71+ uses : slackapi/slack-github-action@v2.0 .0
7272 with :
7373 payload : |
7474 {
Original file line number Diff line number Diff line change 5757 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5858 <cloud-sdk .version>5.14.0</cloud-sdk .version>
5959 <junit-jupiter .version>5.11.3</junit-jupiter .version>
60- <wiremock .version>3.9.2 </wiremock .version>
60+ <wiremock .version>3.10.0 </wiremock .version>
6161 <assertj-core .version>3.26.3</assertj-core .version>
6262 <slf4j .version>2.0.16</slf4j .version>
63- <checkstyle .version>10.20.1 </checkstyle .version>
63+ <checkstyle .version>10.20.2 </checkstyle .version>
6464 <system-stubs .version>2.1.3</system-stubs .version>
6565 <surefire .version>3.5.2</surefire .version>
6666 <springframework .version>6.2.0</springframework .version>
@@ -604,7 +604,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
604604 <plugin >
605605 <groupId >org.codehaus.mojo</groupId >
606606 <artifactId >license-maven-plugin</artifactId >
607- <version >2.4 .0</version >
607+ <version >2.5 .0</version >
608608 <configuration >
609609 <acceptPomPackaging >true</acceptPomPackaging >
610610 <licenseName >apache_v2</licenseName >
You can’t perform that action at this time.
0 commit comments