diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ae72587c..3f122e47 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.2
+ uses: actions/cache@v5.0.3
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.2
+ uses: actions/cache@v5.0.3
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.2
+ uses: actions/cache@v5.0.3
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.2
+ uses: actions/cache@v5.0.3
env:
cache-name: nuget-package-cache
with:
diff --git a/net/QACoverEf2spy/QACoverEf2spy.csproj b/net/QACoverEf2spy/QACoverEf2spy.csproj
index 5a99c748..c10eee3e 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 c5e8eaa4..241dde20 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 387bea13..3c4414c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,13 +99,13 @@
org.postgresql
postgresql
- 42.7.9
+ 42.7.10
test
com.oracle.database.jdbc
ojdbc8
- 23.26.0.0.0
+ 23.26.1.0.0