Skip to content

Commit

Permalink
Combined dependency updates (2024-10-27)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump org.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.0.0](#295)
- [Bump io.github.javiertuya:visual-assert from 2.5.0 to 2.5.1](#294)
- [Bump io.swagger.parser.v3:swagger-parser from 2.1.22 to 2.1.23](#293)
- [Bump VisualAssert from 2.5.0 to 2.5.1 in /net](#292)
- [Bump actions/setup-dotnet from 4.0.1 to 4.1.0](#291)
  • Loading branch information
giis-qabot authored Oct 27, 2024
1 parent 1563c4d commit 73f058d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
working-directory: net
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4.0.1
- uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: '8.0.x'
- name: Pack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
working-directory: net
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4.0.1
- uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: '8.0.x'

Expand Down
2 changes: 1 addition & 1 deletion net/TdRulesTest/TdRulesTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />

<PackageReference Include="VisualAssert" Version="2.5.0" />
<PackageReference Include="VisualAssert" Version="2.5.1" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser</artifactId>
<version>2.1.22</version>
<version>2.1.23</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
Expand Down Expand Up @@ -134,7 +134,7 @@
<dependency>
<groupId>io.github.javiertuya</groupId>
<artifactId>visual-assert</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -174,7 +174,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.46.1.3</version>
<version>3.47.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 73f058d

Please sign in to comment.