Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined dependency updates (2024-03-09) #166

Merged
merged 9 commits into from
Mar 9, 2024
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
Loading