Skip to content

Commit c2cd9e2

Browse files
authored
Combined dependency updates (2025-12-02)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump commons-io:commons-io from 2.20.0 to 2.21.0 in /test](#81) - [Bump mikepenz/action-junit-report from 6.0.0 to 6.0.1](#80) - [Bump actions/checkout from 5 to 6](#79)
1 parent 07c9a71 commit c2cd9e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v5
7+
- uses: actions/checkout@v6
88
- name: Select Java Version
99
uses: actions/setup-java@v5
1010
with:
@@ -21,7 +21,7 @@ jobs:
2121
run: cd test && mvn test --no-transfer-progress -Dmaven.test.failure.ignore=true
2222
- name: Publish test report
2323
if: always()
24-
uses: mikepenz/action-junit-report@v6.0.0
24+
uses: mikepenz/action-junit-report@v6.0.1
2525
with:
2626
check_name: test-report
2727
report_paths: '**/target/surefire-reports/TEST-*.xml'

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>commons-io</groupId>
2727
<artifactId>commons-io</artifactId>
28-
<version>2.20.0</version>
28+
<version>2.21.0</version>
2929
<scope>test</scope>
3030
</dependency>
3131
<dependency>

0 commit comments

Comments
 (0)