From 0779270fad5155524be4c7db241784ee64f8799e Mon Sep 17 00:00:00 2001 From: giis-qabot <122899806+giis-qabot@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:06:12 +0100 Subject: [PATCH] Combined dependency updates (2024-12-08) Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump actions/cache from 4.1.2 to 4.2.0](https://github.com/giis-uniovi/qacover/pull/307) - [Bump com.microsoft.sqlserver:mssql-jdbc from 12.8.1.jre8 to 12.9.0.jre8-preview](https://github.com/giis-uniovi/qacover/pull/306) - [Bump org.xerial:sqlite-jdbc from 3.47.0.0 to 3.47.1.0](https://github.com/giis-uniovi/qacover/pull/305) --- .github/workflows/test.yml | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 890ca87..26dfe8f 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.1.2 + uses: actions/cache@v4.2.0 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.1.2 + uses: actions/cache@v4.2.0 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.1.2 + uses: actions/cache@v4.2.0 with: path: net/.tdrules-cache key: tdrules-cache-Net-v1-${{ github.run_id }} diff --git a/pom.xml b/pom.xml index 6116348..ee24a34 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ com.microsoft.sqlserver mssql-jdbc - 12.8.1.jre8 + 12.9.0.jre8-preview test @@ -113,7 +113,7 @@ org.xerial sqlite-jdbc - 3.47.0.0 + 3.47.1.0 test