Skip to content

Commit

Permalink
Combined dependency updates (2023-09-30) (#63)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump commons-io:commons-io from 2.13.0 to 2.14.0](#62)
- [Bump org.openapitools:openapi-generator-maven-plugin from 7.0.0 to 7.0.1](#60)
- [Bump Polly from 7.2.4 to 8.0.0 in /net](#61)
  • Loading branch information
giis-qabot authored Sep 30, 2023
1 parent 4f6a74c commit c8027a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net/TdRules/TdRules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

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

<PackageReference Include="Polly" Version="7.2.4" />
<PackageReference Include="Polly" Version="8.0.0" />

<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 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.0.0</openapi.generator.version>
<openapi.generator.version>7.0.1</openapi.generator.version>
</properties>

<modules>
Expand Down Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c8027a8

Please sign in to comment.