From 73f058de9facbdea3425238a0efb0fcbb1da9b35 Mon Sep 17 00:00:00 2001 From: giis-qabot <122899806+giis-qabot@users.noreply.github.com> Date: Sun, 27 Oct 2024 09:45:03 +0100 Subject: [PATCH] Combined dependency updates (2024-10-27) Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump org.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.0.0](https://github.com/giis-uniovi/tdrules/pull/295) - [Bump io.github.javiertuya:visual-assert from 2.5.0 to 2.5.1](https://github.com/giis-uniovi/tdrules/pull/294) - [Bump io.swagger.parser.v3:swagger-parser from 2.1.22 to 2.1.23](https://github.com/giis-uniovi/tdrules/pull/293) - [Bump VisualAssert from 2.5.0 to 2.5.1 in /net](https://github.com/giis-uniovi/tdrules/pull/292) - [Bump actions/setup-dotnet from 4.0.1 to 4.1.0](https://github.com/giis-uniovi/tdrules/pull/291) --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- net/TdRulesTest/TdRulesTest.csproj | 2 +- pom.xml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4563c27..ff52b8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: working-directory: net steps: - uses: actions/checkout@v4 - - uses: actions/setup-dotnet@v4.0.1 + - uses: actions/setup-dotnet@v4.1.0 with: dotnet-version: '8.0.x' - name: Pack diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09a4b8e..6164ae1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -146,7 +146,7 @@ jobs: working-directory: net steps: - uses: actions/checkout@v4 - - uses: actions/setup-dotnet@v4.0.1 + - uses: actions/setup-dotnet@v4.1.0 with: dotnet-version: '8.0.x' diff --git a/net/TdRulesTest/TdRulesTest.csproj b/net/TdRulesTest/TdRulesTest.csproj index ceb799a..794d557 100644 --- a/net/TdRulesTest/TdRulesTest.csproj +++ b/net/TdRulesTest/TdRulesTest.csproj @@ -14,7 +14,7 @@ - + diff --git a/pom.xml b/pom.xml index 4e4d829..700e38b 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ io.swagger.parser.v3 swagger-parser - 2.1.22 + 2.1.23 io.swagger @@ -134,7 +134,7 @@ io.github.javiertuya visual-assert - 2.5.0 + 2.5.1 test @@ -174,7 +174,7 @@ org.xerial sqlite-jdbc - 3.46.1.3 + 3.47.0.0 test