Skip to content

Commit

Permalink
Combined dependency updates (2024-12-03)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump commons-io:commons-io from 2.17.0 to 2.18.0 in /test](#48)
- [Bump mikepenz/action-junit-report from 4.3.1 to 5.1.0](#47)
  • Loading branch information
javiertuya authored Dec 3, 2024
1 parent 719c4c3 commit 60d8b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: cd test && mvn test --no-transfer-progress -Dmaven.test.failure.ignore=true
- name: Publish test report
if: always()
uses: mikepenz/action-junit-report@v4.3.1
uses: mikepenz/action-junit-report@v5.1.0
with:
check_name: test-report
report_paths: '**/target/surefire-reports/TEST-*.xml'
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.17.0</version>
<version>2.18.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 60d8b84

Please sign in to comment.