Skip to content

Commit

Permalink
Combined dependency updates (2023-11-11) (#93)
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](#91)
- [Bump org.xerial:sqlite-jdbc from 3.43.2.1 to 3.43.2.2](#88)
- [Bump surefire.version from 3.2.1 to 3.2.2](#90)
- [Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 in /net](#92)
- [Bump NUnit from 3.13.3 to 3.14.0 in /net](#89)
  • Loading branch information
giis-qabot authored Nov 11, 2023
1 parent f086746 commit 9784df2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions net/QACoverTest/QACoverTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,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 net/QACoverTestEf/QACoverTestEf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.24" />

<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" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 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>
</properties>

<modules>
Expand Down Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.43.2.1</version>
<version>3.43.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -285,7 +285,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 9784df2

Please sign in to comment.