From a8104a7439622d1bcec2a6407fda424252ed910f Mon Sep 17 00:00:00 2001 From: giis-qabot <122899806+giis-qabot@users.noreply.github.com> Date: Sat, 12 Oct 2024 10:09:22 +0200 Subject: [PATCH] Combined dependency updates (2024-10-12) Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump the microsoftentityframework group in /net with 4 updates](https://github.com/giis-uniovi/qacover/pull/285) - [Bump actions/cache from 4.0.2 to 4.1.1](https://github.com/giis-uniovi/qacover/pull/284) - [Bump surefire.version from 3.5.0 to 3.5.1](https://github.com/giis-uniovi/qacover/pull/282) - [Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1](https://github.com/giis-uniovi/qacover/pull/281) - [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.0 to 2.24.1](https://github.com/giis-uniovi/qacover/pull/280) - [Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7](https://github.com/giis-uniovi/qacover/pull/279) - [Bump org.xerial:sqlite-jdbc from 3.46.1.0 to 3.46.1.3](https://github.com/giis-uniovi/qacover/pull/278) --- .github/workflows/test.yml | 6 +++--- net/QACoverEf2spy/QACoverEf2spy.csproj | 4 ++-- net/QACoverTestEf/QACoverTestEf.csproj | 4 ++-- pom.xml | 10 +++++----- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7808507..2fb445a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -78,7 +78,7 @@ jobs: # to simulate an updatable cache. If eventually we need to clear the cache, increase the V* number - name: Rules cache id: rules-cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: qacover-core/.tdrules-cache key: tdrules-cache-${{ matrix.scope }}-v1-${{ github.run_id }} @@ -163,7 +163,7 @@ jobs: # Uses the same trick that in other jobs top simulate a writable cache - name: Custom cache for IT id: rules-cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: /home/runner/.m2/repository #can't pass $HOME key: setup-java-IT-maven-v1-${{ github.run_id }} @@ -247,7 +247,7 @@ jobs: - name: Rules cache id: rules-cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: net/.tdrules-cache key: tdrules-cache-Net-v1-${{ github.run_id }} diff --git a/net/QACoverEf2spy/QACoverEf2spy.csproj b/net/QACoverEf2spy/QACoverEf2spy.csproj index be0df96..ae305fb 100644 --- a/net/QACoverEf2spy/QACoverEf2spy.csproj +++ b/net/QACoverEf2spy/QACoverEf2spy.csproj @@ -26,9 +26,9 @@ - + - + diff --git a/net/QACoverTestEf/QACoverTestEf.csproj b/net/QACoverTestEf/QACoverTestEf.csproj index be94796..fd086af 100644 --- a/net/QACoverTestEf/QACoverTestEf.csproj +++ b/net/QACoverTestEf/QACoverTestEf.csproj @@ -9,12 +9,12 @@ - + all runtime; build; native; contentfiles; analyzers - + diff --git a/pom.xml b/pom.xml index 5a7fb0f..6d317af 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 1.8 UTF-8 - 3.5.0 + 3.5.1 @@ -85,7 +85,7 @@ org.apache.logging.log4j log4j-slf4j2-impl - 2.24.0 + 2.24.1 test @@ -113,7 +113,7 @@ org.xerial sqlite-jdbc - 3.46.1.0 + 3.46.1.3 test @@ -289,7 +289,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.10.0 + 3.10.1 true none @@ -386,7 +386,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.6 + 3.2.7 sign-artifacts