Skip to content

Commit 4a28182

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main' into convenient-message-response
2 parents c6bd0a5 + 59bc45e commit 4a28182

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
@@ -68,7 +68,7 @@ jobs:
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
{

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>
@@ -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>

0 commit comments

Comments
 (0)