Skip to content

Commit

Permalink
Combined dependency updates (2024-03-09)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump javiertuya/branch-snapshots-action from 1.2.1 to 1.2.2](#163)
- [Bump actions/download-artifact from 4.1.2 to 4.1.4](#161)
- [Bump Polly from 8.3.0 to 8.3.1 in /net](#165)
- [Bump io.swagger.parser.v3:swagger-parser from 2.1.20 to 2.1.21](#164)
- [Bump NUnit from 4.0.1 to 4.1.0 in /net](#162)
  • Loading branch information
giis-qabot authored Mar 9, 2024
1 parent 58d1992 commit 1b38691
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,26 +229,26 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
# Downloads java test report files
- uses: actions/[email protected].2
- uses: actions/[email protected].4
if: always()
with:
name: "test-report-files-Core"
- uses: actions/[email protected].2
- uses: actions/[email protected].4
if: always()
with:
name: "test-report-files-Postgres"
- uses: actions/[email protected].2
- uses: actions/[email protected].4
if: always()
with:
name: "test-report-files-Sqlserver"
- uses: actions/[email protected].2
- uses: actions/[email protected].4
if: always()
with:
name: "test-report-files-Oracle"

# Net reports were zipped under a different root, specifies the path.
# Modifies the namespaces to allow differentiate from the java test results
- uses: actions/[email protected].2
- uses: actions/[email protected].4
if: always()
with:
name: "test-report-files-Net"
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
contents: read
packages: write
steps:
- uses: javiertuya/[email protected].1
- uses: javiertuya/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
java-version: '11'
Expand Down
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.3.0" />
<PackageReference Include="Polly" Version="8.3.1" />

<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion net/TdRulesTest/TdRulesTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />

<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="NUnit" Version="4.1.0" />

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

Expand Down
2 changes: 1 addition & 1 deletion 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.20</version>
<version>2.1.21</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
Expand Down

0 comments on commit 1b38691

Please sign in to comment.