Skip to content

Commit 28b75cb

Browse files
authored
Merge branch 'main' into fix/cve-scan
2 parents fb03cf1 + 59bc45e commit 28b75cb

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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: |
@@ -72,7 +72,7 @@ jobs:
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
{

.github/workflows/dependency-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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
@@ -87,7 +87,7 @@ jobs:
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

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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
{

.github/workflows/fosstars-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: "Slack Notification"
7777
if: failure()
78-
uses: slackapi/slack-github-action@v1.27.0
78+
uses: slackapi/slack-github-action@v2.0.0
7979
with:
8080
payload: |
8181
{

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
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>
@@ -606,7 +606,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
606606
<plugin>
607607
<groupId>org.codehaus.mojo</groupId>
608608
<artifactId>license-maven-plugin</artifactId>
609-
<version>2.4.0</version>
609+
<version>2.5.0</version>
610610
<configuration>
611611
<acceptPomPackaging>true</acceptPomPackaging>
612612
<licenseName>apache_v2</licenseName>

0 commit comments

Comments
 (0)