Skip to content

Commit

Permalink
Combined dependency updates (2023-11-25) (#95)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump io.swagger.parser.v3:swagger-parser from 2.1.18 to 2.1.19](#92)
- [Bump org.postgresql:postgresql from 42.6.0 to 42.7.0](#93)
- [Bump NLog from 5.2.5 to 5.2.6 in /net](#90)
  • Loading branch information
giis-qabot authored Nov 25, 2023
1 parent 723ba19 commit 570e6e9
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 @@ -39,7 +39,7 @@
<ItemGroup>
<PackageReference Include="PortableCs" Version="2.2.2" />

<PackageReference Include="NLog" Version="5.2.5" />
<PackageReference Include="NLog" Version="5.2.6" />

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

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser</artifactId>
<version>2.1.18</version>
<version>2.1.19</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
Expand Down Expand Up @@ -160,7 +160,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.6.0</version>
<version>42.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 570e6e9

Please sign in to comment.