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