Skip to content

Commit

Permalink
Combined dependency updates (2024-03-06)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump NUnit from 4.0.1 to 4.1.0 in /net](#121)
- [Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 in /net](#120)
- [Bump junit5.version from 5.10.1 to 5.10.2 in /java](#119)
  • Loading branch information
javiertuya authored Mar 6, 2024
1 parent 99b8f7b commit f96154c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<junit.version>4.13.2</junit.version>
<junit5.version>5.10.1</junit5.version>
<junit5.version>5.10.2</junit5.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions net/TestVisualAssert/TestVisualAssert.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />

<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="NUnit" Version="4.1.0" />

<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup>
Expand Down

0 comments on commit f96154c

Please sign in to comment.