From bc822cdbe3bb4ae2ab60e6a6102b27ae3cbb103d Mon Sep 17 00:00:00 2001
From: giis-qabot <122899806+giis-qabot@users.noreply.github.com>
Date: Sat, 14 Oct 2023 09:24:56 +0200
Subject: [PATCH] Combined dependency updates (2023-10-14) (#76)

Includes these updates:
- [Bump org.xerial:sqlite-jdbc from 3.43.0.0 to 3.43.2.0](https://github.com/giis-uniovi/qacover/pull/74)
- [Bump the microsoftentityframework group in /net with 4 updates](https://github.com/giis-uniovi/qacover/pull/75)
---
 net/QACoverEf2spy/QACoverEf2spy.csproj | 4 ++--
 net/QACoverTestEf/QACoverTestEf.csproj | 4 ++--
 pom.xml                                | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net/QACoverEf2spy/QACoverEf2spy.csproj b/net/QACoverEf2spy/QACoverEf2spy.csproj
index 34b5cb4..433684f 100644
--- a/net/QACoverEf2spy/QACoverEf2spy.csproj
+++ b/net/QACoverEf2spy/QACoverEf2spy.csproj
@@ -26,9 +26,9 @@
   </ItemGroup>
 
   <ItemGroup>
-    <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.22" />
+    <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.23" />
     
-    <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.22" />
+    <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.23" />
   </ItemGroup>
 
   <ItemGroup>
diff --git a/net/QACoverTestEf/QACoverTestEf.csproj b/net/QACoverTestEf/QACoverTestEf.csproj
index 493ee91..7812a5a 100644
--- a/net/QACoverTestEf/QACoverTestEf.csproj
+++ b/net/QACoverTestEf/QACoverTestEf.csproj
@@ -9,12 +9,12 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.22">
+    <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.23">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
     </PackageReference>
     
-    <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.22" />
+    <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.23" />
     
     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
 
diff --git a/pom.xml b/pom.xml
index d4ab3fc..c61b56a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
 			<dependency>
 				<groupId>org.xerial</groupId>
 				<artifactId>sqlite-jdbc</artifactId>
-				<version>3.43.0.0</version>
+				<version>3.43.2.0</version>
 				<scope>test</scope>
 			</dependency>
 			<dependency>