Skip to content

Commit

Permalink
Combined dependency updates (2024-12-03)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.1 to 3.5.2 in /java](#169)
- [Bump commons-io:commons-io from 2.17.0 to 2.18.0 in /java](#168)
- [Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 in /java](#167)
- [Bump mikepenz/action-junit-report from 4.3.1 to 5.1.0](#166)
- [Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /net](#165)
  • Loading branch information
javiertuya authored Dec 3, 2024
1 parent 34fbf6f commit 1f13760
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.3.1
uses: mikepenz/action-junit-report@v5.1.0
with:
check_name: test-report-java
report_paths: '**/target/surefire-reports/TEST-*.xml'
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.17.0</version>
<version>2.18.0</version>
</dependency>
</dependencies>

Expand All @@ -61,7 +61,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<executions>
<execution>
<id>ut-reports</id>
Expand All @@ -88,7 +88,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.1</version>
<configuration>
<quiet>true</quiet>
<doclint>none</doclint>
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.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />

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

Expand Down

0 comments on commit 1f13760

Please sign in to comment.