From f44610078329a63330622b423126297d4a865dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 04:12:55 +0000 Subject: [PATCH 1/4] Bump org.xerial:sqlite-jdbc from 3.47.0.0 to 3.47.1.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.47.0.0 to 3.47.1.0. - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.47.0.0...3.47.1.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6116348..6751d7a 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ org.xerial sqlite-jdbc - 3.47.0.0 + 3.47.1.0 test From b6b4ba76cf5dd62bb2a77c2ea1ecbce0866c898e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 05:05:03 +0000 Subject: [PATCH 2/4] Bump com.microsoft.sqlserver:mssql-jdbc Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 12.8.1.jre8 to 12.9.0.jre8-preview. - [Release notes](https://github.com/Microsoft/mssql-jdbc/releases) - [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/mssql-jdbc/commits) --- updated-dependencies: - dependency-name: com.microsoft.sqlserver:mssql-jdbc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6116348..1c82a67 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 From c0deee1a6da5501e5282f0e2533705b293f142fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 04:29:24 +0000 Subject: [PATCH 3/4] Bump actions/cache from 4.1.2 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 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 }} From 1facb03ee18e76b3cfc441d29d592255d12fe765 Mon Sep 17 00:00:00 2001 From: giis-qabot Date: Sun, 8 Dec 2024 09:02:20 +0000 Subject: [PATCH 4/4] Combined dependency updates (2024-12-08)