Skip to content

Commit

Permalink
Combined dependency updates (2024-11-23)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump io.swagger.parser.v3:swagger-parser from 2.1.23 to 2.1.24](#313)
- [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.1 to 2.24.2](#312)
- [Bump commons-io:commons-io from 2.17.0 to 2.18.0](#311)
- [Bump org.openapitools:openapi-generator-maven-plugin from 7.9.0 to 7.10.0](#310)
- [Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /net](#309)
- [Bump System.Data.SqlClient from 4.8.6 to 4.9.0 in /net](#308)
- [Bump Polly and System.ComponentModel.Annotations in /net](#307)
  • Loading branch information
giis-qabot authored Nov 23, 2024
1 parent cbf05c9 commit b9a3f9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions net/TdRules/TdRules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<PackageReference Include="NLog" Version="5.3.4" />

<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />

<PackageReference Include="System.Data.SQLite" Version="1.0.119" />
</ItemGroup>
Expand All @@ -53,7 +53,7 @@

<PackageReference Include="RestSharp" Version="112.1.0" />

<PackageReference Include="Polly" Version="8.4.2" />
<PackageReference Include="Polly" Version="8.5.0" />

<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion net/TdRulesTest/TdRulesTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

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

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

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

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

<openapi.generator.version>7.9.0</openapi.generator.version>
<openapi.generator.version>7.10.0</openapi.generator.version>
</properties>

<modules>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser</artifactId>
<version>2.1.23</version>
<version>2.1.24</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
Expand Down Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.24.1</version>
<version>2.24.2</version>
<scope>test</scope>
</dependency>

Expand All @@ -140,7 +140,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.17.0</version>
<version>2.18.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b9a3f9b

Please sign in to comment.