From b068ec0a73a33d6365dc85ae03e67ba1db9ae5b6 Mon Sep 17 00:00:00 2001 From: giis-qabot <122899806+giis-qabot@users.noreply.github.com> Date: Fri, 20 Oct 2023 21:04:10 +0200 Subject: [PATCH] Combined dependency updates (2023-10-20) (#48) Includes these updates: - [Bump mikepenz/action-junit-report from 4.0.0 to 4.0.3](https://github.com/giis-uniovi/samples-giis-template/pull/45) - [Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11](https://github.com/giis-uniovi/samples-giis-template/pull/46) --- .github/workflows/test.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0bb455c..74209b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - name: Generate report checks if: always() - uses: mikepenz/action-junit-report@v4.0.0 + uses: mikepenz/action-junit-report@v4.0.3 with: check_name: "test-result" report_paths: "**/surefire-reports/TEST-*.xml" diff --git a/pom.xml b/pom.xml index a49001d..b850e43 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 pre-unit-test