From afc1d534660c19aa628c2f2d219fd6525b9e7b82 Mon Sep 17 00:00:00 2001
From: giis-qabot <122899806+giis-qabot@users.noreply.github.com>
Date: Tue, 3 Dec 2024 08:45:55 +0100
Subject: [PATCH] Combined dependency updates (2024-12-03)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump mikepenz/action-junit-report from 4.3.1 to 5.1.0](https://github.com/giis-uniovi/samples-giis-template/pull/122)
- [Bump surefire.version from 3.5.1 to 3.5.2](https://github.com/giis-uniovi/samples-giis-template/pull/121)
- [Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1](https://github.com/giis-uniovi/samples-giis-template/pull/120)
- [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.1 to 2.24.2](https://github.com/giis-uniovi/samples-giis-template/pull/119)
---
.github/workflows/test.yml | 2 +-
pom.xml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3d9b159..ce6fc1b 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.3.1
+ uses: mikepenz/action-junit-report@v5.1.0
with:
check_name: "test-result"
report_paths: "**/surefire-reports/TEST-*.xml"
diff --git a/pom.xml b/pom.xml
index 652bda8..6ecef65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
1.8
UTF-8
- 3.5.1
+ 3.5.2
@@ -43,7 +43,7 @@
org.apache.logging.log4j
log4j-slf4j2-impl
- 2.24.1
+ 2.24.2
test
@@ -163,7 +163,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.10.1
+ 3.11.1
true
none