Skip to content

Commit

Permalink
Combined dependency updates (2024-06-02)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump mikepenz/action-junit-report from 4.2.1 to 4.2.2](#136)
- [Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 in /java](#135)
- [Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 in /java](#134)
- [Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 in /net](#133)
  • Loading branch information
javiertuya committed Jun 2, 2024
1 parent a8fca9a commit 2249399
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: mvn test -Dmaven.test.failure.ignore=true -U --no-transfer-progress
- name: Publish test report
if: always()
uses: mikepenz/action-junit-report@v4.2.1
uses: mikepenz/action-junit-report@v4.2.2
with:
check_name: test-report-java
report_paths: '**/target/surefire-reports/TEST-*.xml'
Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.7.0</version>
<configuration>
<quiet>true</quiet>
<doclint>none</doclint>
Expand Down Expand Up @@ -125,7 +125,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down
2 changes: 1 addition & 1 deletion net/TestVisualAssert/TestVisualAssert.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />

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

Expand Down

0 comments on commit 2249399

Please sign in to comment.