From 7917096e27bf7d1b9d552fb9ab6652d44ba11562 Mon Sep 17 00:00:00 2001
From: giis-qabot <122899806+giis-qabot@users.noreply.github.com>
Date: Sun, 5 May 2024 17:37:37 +0200
Subject: [PATCH] Combined dependency updates (2024-05-05)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump javiertuya/branch-snapshots-action from 1.2.2 to 1.2.3](https://github.com/giis-uniovi/samples-giis-template/pull/92)
- [Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12](https://github.com/giis-uniovi/samples-giis-template/pull/91)
- [Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13](https://github.com/giis-uniovi/samples-giis-template/pull/90)
- [Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1](https://github.com/giis-uniovi/samples-giis-template/pull/89)
---
.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 3dd214d..bb2a666 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -73,7 +73,7 @@ jobs:
contents: read
packages: write
steps:
- - uses: javiertuya/branch-snapshots-action@v1.2.2
+ - uses: javiertuya/branch-snapshots-action@v1.2.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
java-version: '8'
diff --git a/pom.xml b/pom.xml
index 202afea..207ea38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
org.slf4j
slf4j-api
- 2.0.12
+ 2.0.13
org.apache.logging.log4j
@@ -83,7 +83,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.11
+ 0.8.12
pre-unit-test
@@ -150,7 +150,7 @@
org.apache.maven.plugins
maven-source-plugin
- 3.3.0
+ 3.3.1
attach-sources