Skip to content

Commit

Permalink
Combined dependency updates (2024-12-21)
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.2.2 to 4.3.0 in /net](#311)
- [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.2 to 2.24.3](#310)
- [Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2](#309)
  • Loading branch information
giis-qabot authored Dec 21, 2024
1 parent b4b03d0 commit d0e2b92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion net/QACoverTest/QACoverTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />

<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />

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

Expand Down
2 changes: 1 addition & 1 deletion net/QACoverTestEf/QACoverTestEf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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

<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit" Version="4.3.0" />

<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.24.2</version>
<version>2.24.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -289,7 +289,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.1</version>
<version>3.11.2</version>
<configuration>
<quiet>true</quiet>
<doclint>none</doclint>
Expand Down

0 comments on commit d0e2b92

Please sign in to comment.