Skip to content

Commit

Permalink
Combined dependency updates (2023-11-11) (#84)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2](#81)
- [Bump surefire.version from 3.2.1 to 3.2.2](#80)
- [Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 in /net](#82)
- [Bump NUnit from 3.13.3 to 3.14.0 in /net](#83)
  • Loading branch information
giis-qabot authored Nov 11, 2023
1 parent d8973f3 commit b18ef15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions net/TdRulesTest/TdRulesTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>

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

<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit" Version="3.14.0" />

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

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<surefire.version>3.2.1</surefire.version>
<surefire.version>3.2.2</surefire.version>

<portable.version>2.2.1</portable.version>

Expand Down Expand Up @@ -292,7 +292,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.2</version>
<configuration>
<quiet>true</quiet>
<doclint>none</doclint>
Expand Down

0 comments on commit b18ef15

Please sign in to comment.