Skip to content

Commit

Permalink
Combined dependency updates (2024-06-28)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump VisualAssert from 2.4.1 to 2.4.2 in /net](#221)
- [Bump PortableCs from 2.2.2 to 2.2.3 in /net](#220)
- [Bump mikepenz/action-junit-report from 4.3.0 to 4.3.1](#219)
- [Bump io.github.javiertuya:visual-assert from 2.4.1 to 2.4.2](#218)
- [Bump javiertuya/sonarqube-action from 1.3.1 to 1.3.2](#217)
- [Bump io.github.javiertuya:portable-java from 2.2.1 to 2.2.3](#216)
  • Loading branch information
giis-qabot authored Jun 28, 2024
1 parent 49b3e48 commit f2f4c13
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/[email protected].0
uses: mikepenz/[email protected].1
with:
check_name: "test-result-${{ matrix.scope }}"
report_paths: "**/surefire-reports/TEST-*.xml"
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/[email protected].0
uses: mikepenz/[email protected].1
with:
check_name: "test-result-Net"
report_paths: "net/surefire-reports/TEST-*.xml"
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: javiertuya/[email protected].1
- uses: javiertuya/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
sonar-token: ${{ secrets.SONAR_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion net/TdRules/TdRules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PortableCs" Version="2.2.2" />
<PackageReference Include="PortableCs" Version="2.2.3" />

<PackageReference Include="NLog" Version="5.3.2" />

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.5.0" />

<PackageReference Include="VisualAssert" Version="2.4.1" />
<PackageReference Include="VisualAssert" Version="2.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<surefire.version>3.3.0</surefire.version>

<portable.version>2.2.1</portable.version>
<portable.version>2.2.3</portable.version>

<httpclient-version>5.3.1</httpclient-version>

Expand Down Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>io.github.javiertuya</groupId>
<artifactId>visual-assert</artifactId>
<version>2.4.1</version>
<version>2.4.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f2f4c13

Please sign in to comment.