From 21b8c3a3443b41d7ed19b443c5eb8269c17fa86d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 20:43:13 +0000 Subject: [PATCH 01/10] Bump actions/setup-dotnet from 5.1.0 to 5.2.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60db837..54c6040 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: working-directory: net steps: - uses: actions/checkout@v6 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '8.0.x' - name: Pack diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 424d4c6..47b255c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -150,7 +150,7 @@ jobs: working-directory: net steps: - uses: actions/checkout@v6 - - uses: actions/setup-dotnet@v5.1.0 + - uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '8.0.x' From e2ffbbb27e615fd098e9aaacc695b8b625a6f33a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 20:43:19 +0000 Subject: [PATCH 02/10] Bump crazy-max/ghaction-import-gpg from 6.3.0 to 7.0.0 Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60db837..4a29a5f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: #https://stackoverflow.com/questions/61096521/how-to-use-gpg-key-in-github-actions #It requires export the private key with the armor option: gpg --output private.pgm --armor --export-secret-key - name: Import GPG Key - uses: crazy-max/ghaction-import-gpg@v6.3.0 + uses: crazy-max/ghaction-import-gpg@v7.0.0 with: gpg_private_key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }} From 9256245417ca63cad84fc02be3aed45c90825588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 20:44:15 +0000 Subject: [PATCH 03/10] Bump NLog from 6.1.0 to 6.1.1 --- updated-dependencies: - dependency-name: NLog dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- net/TdRules/TdRules.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/TdRules/TdRules.csproj b/net/TdRules/TdRules.csproj index 97c560a..3a41cac 100644 --- a/net/TdRules/TdRules.csproj +++ b/net/TdRules/TdRules.csproj @@ -39,7 +39,7 @@ - + From 0661b1a26c88943eca91479184b0565f9277ea0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 20:44:48 +0000 Subject: [PATCH 04/10] Bump NUnit from 4.5.0 to 4.5.1 --- updated-dependencies: - dependency-name: NUnit dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: NUnit dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- net/TdRulesTest/TdRulesTest.csproj | 2 +- net/TdRulesTestDbProviders/TdRulesTestDbProviders.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/TdRulesTest/TdRulesTest.csproj b/net/TdRulesTest/TdRulesTest.csproj index 3fd4034..0689f2f 100644 --- a/net/TdRulesTest/TdRulesTest.csproj +++ b/net/TdRulesTest/TdRulesTest.csproj @@ -10,7 +10,7 @@ - + diff --git a/net/TdRulesTestDbProviders/TdRulesTestDbProviders.csproj b/net/TdRulesTestDbProviders/TdRulesTestDbProviders.csproj index 1463ff9..6bbad8c 100644 --- a/net/TdRulesTestDbProviders/TdRulesTestDbProviders.csproj +++ b/net/TdRulesTestDbProviders/TdRulesTestDbProviders.csproj @@ -10,7 +10,7 @@ - + From a38a91b8302a79bc88cd4755998beb5c905f505f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 20:45:03 +0000 Subject: [PATCH 05/10] Bump Polly from 8.6.5 to 8.6.6 --- updated-dependencies: - dependency-name: Polly dependency-version: 8.6.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- net/TdRules/TdRules.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/TdRules/TdRules.csproj b/net/TdRules/TdRules.csproj index 97c560a..4581ccb 100644 --- a/net/TdRules/TdRules.csproj +++ b/net/TdRules/TdRules.csproj @@ -49,7 +49,7 @@ - + From 6bbca75be9163584a83821715d1a9e3df1725ca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 20:45:18 +0000 Subject: [PATCH 06/10] Bump RestSharp from 113.1.0 to 114.0.0 --- updated-dependencies: - dependency-name: RestSharp dependency-version: 114.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- net/TdRules/TdRules.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/TdRules/TdRules.csproj b/net/TdRules/TdRules.csproj index 97c560a..40709b7 100644 --- a/net/TdRules/TdRules.csproj +++ b/net/TdRules/TdRules.csproj @@ -47,7 +47,7 @@ - + From 47aaca3bbfb149e1d1bd8224e52cb0e19749df4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 20:42:56 +0000 Subject: [PATCH 07/10] Bump actions/download-artifact from 8.0.0 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 424d4c6..fa059af 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -236,30 +236,30 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: # Downloads java test report files - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Core" - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Postgres" - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Sqlserver" - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Oracle" - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Cassandra" # Net reports were zipped under a different root, specifies the path. # Modifies the namespaces to allow differentiate from the java test results - - uses: actions/download-artifact@v8.0.0 + - uses: actions/download-artifact@v8.0.1 if: always() with: name: "test-report-files-Net" From 0991622d8878a9c12e0b010b0f6bbf513c78efe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 20:43:09 +0000 Subject: [PATCH 08/10] Bump io.swagger.parser.v3:swagger-parser from 2.1.38 to 2.1.39 Bumps [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser) from 2.1.38 to 2.1.39. - [Release notes](https://github.com/swagger-api/swagger-parser/releases) - [Commits](https://github.com/swagger-api/swagger-parser/compare/v2.1.38...v2.1.39) --- updated-dependencies: - dependency-name: io.swagger.parser.v3:swagger-parser dependency-version: 2.1.39 dependency-type: direct:production 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 524f757..d45ecf6 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ io.swagger.parser.v3 swagger-parser - 2.1.38 + 2.1.39 io.swagger From 4896377e95d6618173bc033e7379aa82b6b95d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 20:43:39 +0000 Subject: [PATCH 09/10] Bump com.microsoft.sqlserver:mssql-jdbc from 13.2.1.jre8 to 13.4.0.jre8 Bumps [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 13.2.1.jre8 to 13.4.0.jre8. - [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-version: 13.4.0.jre8 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 524f757..6fff013 100644 --- a/pom.xml +++ b/pom.xml @@ -167,7 +167,7 @@ com.microsoft.sqlserver mssql-jdbc - 13.2.1.jre8 + 13.4.0.jre8 test From f0ee2d93f29545e085b266abf60dc9698611e88a Mon Sep 17 00:00:00 2001 From: giis-qabot Date: Sat, 14 Mar 2026 07:03:30 +0000 Subject: [PATCH 10/10] Combined dependency updates (2026-03-14)