Skip to content

Commit

Permalink
Combined dependency updates (2023-11-03) (#79)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump commons-io:commons-io from 2.14.0 to 2.15.0](#75)
- [Bump org.xerial:sqlite-jdbc from 3.43.2.1 to 3.43.2.2](#77)
- [Bump surefire.version from 3.1.2 to 3.2.1](#76)
- [Bump Polly from 8.0.0 to 8.1.0 in /net](#78)
  • Loading branch information
giis-qabot authored Nov 3, 2023
1 parent d74bf94 commit d8973f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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="8.0.0" />
<PackageReference Include="Polly" Version="8.1.0" />

<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.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.1.2</surefire.version>
<surefire.version>3.2.1</surefire.version>

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

Expand Down Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.14.0</version>
<version>2.15.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -172,7 +172,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>
</dependencies>
Expand Down

0 comments on commit d8973f3

Please sign in to comment.