From 60d8b8400df7b64b72e823a1d7849d5aaa368224 Mon Sep 17 00:00:00 2001 From: Javier <10879637+javiertuya@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:43:23 +0100 Subject: [PATCH] Combined dependency updates (2024-12-03) 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](https://github.com/javiertuya/sharpen-action/pull/48) - [Bump mikepenz/action-junit-report from 4.3.1 to 5.1.0](https://github.com/javiertuya/sharpen-action/pull/47) --- .github/workflows/test.yml | 2 +- test/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2cadc8b..4562f30 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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' diff --git a/test/pom.xml b/test/pom.xml index 722c3a7..e994be3 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -25,7 +25,7 @@ commons-io commons-io - 2.17.0 + 2.18.0 test