Skip to content

Commit

Permalink
Combined dependency updates (2023-11-18) (#89)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump com.fasterxml.jackson:jackson-bom from 2.15.3 to 2.16.0](#85)
- [Bump org.xerial:sqlite-jdbc from 3.43.2.2 to 3.44.0.0](#87)
- [Bump Polly from 8.1.0 to 8.2.0 in /net](#88)
  • Loading branch information
giis-qabot authored Nov 18, 2023
1 parent f1b6c33 commit 723ba19
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="8.1.0" />
<PackageReference Include="Polly" Version="8.2.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 @@ -53,7 +53,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.15.3</version>
<version>2.16.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -172,7 +172,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.43.2.2</version>
<version>3.44.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 723ba19

Please sign in to comment.