Skip to content

Commit

Permalink
Combined dependency updates (2024-12-08)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump actions/cache from 4.1.2 to 4.2.0](#307)
- [Bump com.microsoft.sqlserver:mssql-jdbc from 12.8.1.jre8 to 12.9.0.jre8-preview](#306)
- [Bump org.xerial:sqlite-jdbc from 3.47.0.0 to 3.47.1.0](#305)
  • Loading branch information
giis-qabot authored Dec 8, 2024
1 parent cc2e4af commit 0779270
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>12.8.1.jre8</version>
<version>12.9.0.jre8-preview</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -113,7 +113,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.47.0.0</version>
<version>3.47.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0779270

Please sign in to comment.