From 8c26c582a3a8247253cc89aa938493d34f778623 Mon Sep 17 00:00:00 2001 From: giis-qabot <122899806+giis-qabot@users.noreply.github.com> Date: Sun, 25 Aug 2024 08:41:45 +0200 Subject: [PATCH] Combined dependency updates (2024-08-25) Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump the microsoftentityframework group in /net with 4 updates](https://github.com/giis-uniovi/qacover/pull/256) - [Bump NUnit from 4.1.0 to 4.2.0 in /net](https://github.com/giis-uniovi/qacover/pull/263) - [Bump com.microsoft.sqlserver:mssql-jdbc from 12.8.0.jre8 to 12.8.1.jre8](https://github.com/giis-uniovi/qacover/pull/262) - [Bump org.postgresql:postgresql from 42.7.3 to 42.7.4](https://github.com/giis-uniovi/qacover/pull/261) - [Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 in /net](https://github.com/giis-uniovi/qacover/pull/260) - [Bump surefire.version from 3.3.1 to 3.4.0](https://github.com/giis-uniovi/qacover/pull/258) - [Bump org.xerial:sqlite-jdbc from 3.46.0.1 to 3.46.1.0](https://github.com/giis-uniovi/qacover/pull/257) Does not include these updates because of merge conflicts: - [Bump Newtonsoft.Json from 13.0.1 to 13.0.3 in /net](https://github.com/giis-uniovi/qacover/pull/259) --- net/QACoverEf2spy/QACoverEf2spy.csproj | 4 ++-- net/QACoverTest/QACoverTest.csproj | 4 ++-- net/QACoverTestEf/QACoverTestEf.csproj | 8 ++++---- pom.xml | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net/QACoverEf2spy/QACoverEf2spy.csproj b/net/QACoverEf2spy/QACoverEf2spy.csproj index bd6f6eb..be0df96 100644 --- a/net/QACoverEf2spy/QACoverEf2spy.csproj +++ b/net/QACoverEf2spy/QACoverEf2spy.csproj @@ -26,9 +26,9 @@ - + - + diff --git a/net/QACoverTest/QACoverTest.csproj b/net/QACoverTest/QACoverTest.csproj index 2266f1a..ed594e0 100644 --- a/net/QACoverTest/QACoverTest.csproj +++ b/net/QACoverTest/QACoverTest.csproj @@ -9,9 +9,9 @@ - + - + diff --git a/net/QACoverTestEf/QACoverTestEf.csproj b/net/QACoverTestEf/QACoverTestEf.csproj index 8da64da..9a144d1 100644 --- a/net/QACoverTestEf/QACoverTestEf.csproj +++ b/net/QACoverTestEf/QACoverTestEf.csproj @@ -9,16 +9,16 @@ - + all runtime; build; native; contentfiles; analyzers - + - + - + diff --git a/pom.xml b/pom.xml index 20f631d..50d6f14 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 1.8 UTF-8 - 3.3.1 + 3.4.0 @@ -91,13 +91,13 @@ com.microsoft.sqlserver mssql-jdbc - 12.8.0.jre8 + 12.8.1.jre8 test org.postgresql postgresql - 42.7.3 + 42.7.4 test @@ -113,7 +113,7 @@ org.xerial sqlite-jdbc - 3.46.0.1 + 3.46.1.0 test