From 6a993d2d7acdc750ba31a73c04cea07feae11736 Mon Sep 17 00:00:00 2001 From: giis-qabot <122899806+giis-qabot@users.noreply.github.com> Date: Sat, 3 Aug 2024 08:15:00 +0200 Subject: [PATCH] Combined dependency updates (2024-08-03) Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump surefire.version from 3.3.0 to 3.3.1](https://github.com/giis-uniovi/samples-giis-template/pull/104) - [Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0](https://github.com/giis-uniovi/samples-giis-template/pull/103) - [Bump javiertuya/sonarqube-action from 1.3.2 to 1.4.0](https://github.com/giis-uniovi/samples-giis-template/pull/102) --- .github/workflows/test.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 79c6387..3d9b159 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - - uses: javiertuya/sonarqube-action@v1.3.2 + - uses: javiertuya/sonarqube-action@v1.4.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} sonar-token: ${{ secrets.SONAR_TOKEN }} diff --git a/pom.xml b/pom.xml index f06a7b0..56c28e0 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 1.8 UTF-8 - 3.3.0 + 3.3.1 @@ -163,7 +163,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.7.0 + 3.8.0 true none