diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8b7e021e..99aa8656 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -79,7 +79,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@v5.0.3
+ uses: actions/cache@v5.0.4
with:
path: qacover-core/.tdrules-cache
key: tdrules-cache-${{ matrix.scope }}-v1-${{ github.run_id }}
@@ -165,7 +165,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@v5.0.3
+ uses: actions/cache@v5.0.4
with:
path: /home/runner/.m2/repository #can't pass $HOME
key: setup-java-IT-maven-v1-${{ github.run_id }}
@@ -250,7 +250,7 @@ jobs:
- name: Rules cache
id: rules-cache
- uses: actions/cache@v5.0.3
+ uses: actions/cache@v5.0.4
with:
path: net/.tdrules-cache
key: tdrules-cache-Net-v1-${{ github.run_id }}
@@ -260,7 +260,7 @@ jobs:
- name: Cache NuGet Packages
id: nuget-packages
- uses: actions/cache@v5.0.3
+ uses: actions/cache@v5.0.4
env:
cache-name: nuget-package-cache
with:
diff --git a/net/QACoverTest/QACoverTest.csproj b/net/QACoverTest/QACoverTest.csproj
index a6851eef..fb0df69e 100644
--- a/net/QACoverTest/QACoverTest.csproj
+++ b/net/QACoverTest/QACoverTest.csproj
@@ -17,7 +17,7 @@
-
+
diff --git a/pom.xml b/pom.xml
index 806fa34f..e4e31d54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
org.xerial
sqlite-jdbc
- 3.51.2.0
+ 3.51.3.0
test