Skip to content

Commit

Permalink
Combined dependency updates (2024-08-14)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump the microsoftentityframework group in /net with 4 updates](#252)
- [Bump VisualAssert from 2.4.2 to 2.5.0 in /net](#254)
- [Bump io.github.javiertuya:visual-assert from 2.4.2 to 2.5.0](#253)
- [Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5](#251)
- [Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16](#250)
- [Bump PortableCs from 2.2.3 to 2.3.0 in /net](#248)
- [Bump io.github.javiertuya:portable-java from 2.2.3 to 2.3.0](#247)
- [Bump PortableCs from 2.2.3 to 2.3.0 in /net/QACover](#246)
  • Loading branch information
giis-qabot authored Aug 14, 2024
1 parent 27063f9 commit 699d82b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion net/QACover/QACover.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PortableCs" Version="2.2.3" />
<PackageReference Include="PortableCs" Version="2.3.0" />

<PackageReference Include="TdRules" Version="4.3.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion net/QACover/QACoverReport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PortableCs" Version="2.2.3" />
<PackageReference Include="PortableCs" Version="2.3.0" />

<PackageReference Include="TdRules" Version="4.3.0" />
</ItemGroup>
Expand Down
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.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.33" />

<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.33" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion net/QACoverTest/QACoverTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />

<PackageReference Include="VisualAssert" Version="2.4.2" />
<PackageReference Include="VisualAssert" Version="2.5.0" />
</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.32">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.33">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.33" />

<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>io.github.javiertuya</groupId>
<artifactId>portable-java</artifactId>
<version>2.2.3</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>p6spy</groupId>
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>io.github.javiertuya</groupId>
<artifactId>visual-assert</artifactId>
<version>2.4.2</version>
<version>2.5.0</version>
<scope>test</scope>
</dependency>
<!--this dependency is in portable-java, but if not set here
Expand All @@ -80,7 +80,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version> <!--$NO-MVN-MAN-VER$-->
<version>2.0.16</version> <!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down Expand Up @@ -372,7 +372,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 699d82b

Please sign in to comment.