Skip to content

Commit

Permalink
Combined dependency updates (2024-08-25)
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.1.0 to 4.2.1 in /net](#262)
- [Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 in /net](#261)
- [Bump org.openapitools:openapi-generator-maven-plugin from 7.7.0 to 7.8.0](#260)
- [Bump org.xerial:sqlite-jdbc from 3.46.0.1 to 3.46.1.0](#259)
- [Bump com.microsoft.sqlserver:mssql-jdbc from 12.8.0.jre8 to 12.8.1.jre8](#258)
- [Bump org.postgresql:postgresql from 42.7.3 to 42.7.4](#257)
- [Bump surefire.version from 3.3.1 to 3.4.0](#256)

Does not include these updates because of merge conflicts:
- [Bump Newtonsoft.Json from 13.0.1 to 13.0.3 in /net](#255)
  • Loading branch information
giis-qabot authored Aug 25, 2024
1 parent 6082906 commit 7935975
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />

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

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

Expand Down
10 changes: 5 additions & 5 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.3.1</surefire.version>
<surefire.version>3.4.0</surefire.version>

<portable.version>2.3.0</portable.version>

Expand All @@ -29,7 +29,7 @@

<mockserver.version>5.15.0</mockserver.version>

<openapi.generator.version>7.7.0</openapi.generator.version>
<openapi.generator.version>7.8.0</openapi.generator.version>
</properties>

<modules>
Expand Down Expand Up @@ -154,13 +154,13 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>12.8.0.jre8</version>
<version>12.8.1.jre8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.3</version>
<version>42.7.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -174,7 +174,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.46.0.1</version>
<version>3.46.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7935975

Please sign in to comment.