Skip to content

Commit

Permalink
Combined dependency updates (2023-10-14) (#76)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump org.xerial:sqlite-jdbc from 3.43.0.0 to 3.43.2.0](#74)
- [Bump the microsoftentityframework group in /net with 4 updates](#75)
  • Loading branch information
giis-qabot authored Oct 14, 2023
1 parent 9a529a9 commit bc822cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions net/QACoverEf2spy/QACoverEf2spy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions net/QACoverTestEf/QACoverTestEf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bc822cd

Please sign in to comment.