Skip to content

Commit 83c7e7f

Browse files
chore(deps): update all dependencies
1 parent 7d5927f commit 83c7e7f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
matrix:
1515
java: [25]
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v6
1818
- name: Set up JDK
19-
uses: actions/setup-java@v3
19+
uses: actions/setup-java@v5
2020
with:
2121
check-latest: true
2222
distribution: temurin
2323
java-version: ${{ matrix.java }}
24-
- uses: actions/cache@v3
24+
- uses: actions/cache@v4
2525
env:
2626
cache-name: cache-maven-artifacts
2727
with:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
rabbitmq:
4-
image: rabbitmq:3-management
4+
image: rabbitmq:4-management
55
ports:
66
- 5672:5672
77
- 15672:15672

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<plugin>
9090
<groupId>com.diffplug.spotless</groupId>
9191
<artifactId>spotless-maven-plugin</artifactId>
92-
<version>2.46.1</version>
92+
<version>3.1.0</version>
9393
<configuration>
9494
<ratchetFrom>origin/main</ratchetFrom>
9595
<java>

0 commit comments

Comments
 (0)