Skip to content

Commit 93bacd1

Browse files
authored
Combined dependency updates (2026-06-02)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump NUnit from 4.5.1 to 4.6.1](#268) - [Bump Microsoft.NET.Test.Sdk from 18.5.1 to 18.6.0](#267) - [Bump mikepenz/action-junit-report from 6.4.0 to 6.4.1](#266) - [Bump actions/setup-dotnet from 5.2.0 to 5.3.0](#265) - [Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.5 to 3.5.6 in /java](#263)
1 parent 5a53a82 commit 93bacd1

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@v6
5353

54-
- uses: actions/setup-dotnet@v5.2.0
54+
- uses: actions/setup-dotnet@v5.3.0
5555
with:
5656
dotnet-version: '10.0.x'
5757
- name: Pack

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: mvn test -Dmaven.test.failure.ignore=true -U --no-transfer-progress
3131
- name: Publish test report
3232
if: always()
33-
uses: mikepenz/action-junit-report@v6.4.0
33+
uses: mikepenz/action-junit-report@v6.4.1
3434
with:
3535
check_name: test-report-java
3636
report_paths: '**/target/surefire-reports/TEST-*.xml'
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v6
6060

61-
- uses: actions/setup-dotnet@v5.2.0
61+
- uses: actions/setup-dotnet@v5.3.0
6262
with:
6363
dotnet-version: '10.0.x'
6464

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<plugin>
6262
<groupId>org.apache.maven.plugins</groupId>
6363
<artifactId>maven-surefire-report-plugin</artifactId>
64-
<version>3.5.5</version>
64+
<version>3.5.6</version>
6565
<executions>
6666
<execution>
6767
<id>ut-reports</id>

net/TestVisualAssert/TestVisualAssert.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />
1111

12-
<PackageReference Include="NUnit" Version="4.5.1" />
12+
<PackageReference Include="NUnit" Version="4.6.1" />
1313

1414
<PackageReference Include="NUnit3TestAdapter" Version="6.2.0" />
1515
</ItemGroup>

0 commit comments

Comments
 (0)