From 4baa2196746a324aa4f4d505e06029e2e7b0b4fc Mon Sep 17 00:00:00 2001
From: giis-qabot <122899806+giis-qabot@users.noreply.github.com>
Date: Mon, 1 Apr 2024 20:19:17 +0200
Subject: [PATCH] Combined dependency updates (2024-04-01)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.2](https://github.com/giis-uniovi/samples-giis-template/pull/86)
- [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.23.0 to 2.23.1](https://github.com/giis-uniovi/samples-giis-template/pull/84)
- [Bump mikepenz/action-junit-report from 4.1.0 to 4.2.1](https://github.com/giis-uniovi/samples-giis-template/pull/83)
- [Bump javiertuya/sonarqube-action from 1.3.0 to 1.3.1](https://github.com/giis-uniovi/samples-giis-template/pull/81)
---
.github/workflows/test.yml | 4 ++--
pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0a65aa3..55b1498 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.1.0
+ uses: mikepenz/action-junit-report@v4.2.1
with:
check_name: "test-result"
report_paths: "**/surefire-reports/TEST-*.xml"
@@ -58,7 +58,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- - uses: javiertuya/sonarqube-action@v1.3.0
+ - uses: javiertuya/sonarqube-action@v1.3.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
sonar-token: ${{ secrets.SONAR_TOKEN }}
diff --git a/pom.xml b/pom.xml
index 459e281..202afea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
org.apache.logging.log4j
log4j-slf4j2-impl
- 2.23.0
+ 2.23.1
test
@@ -228,7 +228,7 @@
org.apache.maven.plugins
maven-gpg-plugin
- 3.1.0
+ 3.2.2
sign-artifacts