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 mikepenz/action-junit-report from 4.3.1 to 5.1.0](#122)
- [Bump surefire.version from 3.5.1 to 3.5.2](#121)
- [Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1](#120)
- [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.1 to 2.24.2](#119)
  • Loading branch information
giis-qabot authored Dec 3, 2024
1 parent ebbf38a commit afc1d53
Show file tree
Hide file tree
Showing 2 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 @@ -34,7 +34,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/action-junit-report@v4.3.1
uses: mikepenz/action-junit-report@v5.1.0
with:
check_name: "test-result"
report_paths: "**/surefire-reports/TEST-*.xml"
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<surefire.version>3.5.1</surefire.version>
<surefire.version>3.5.2</surefire.version>
</properties>

<modules>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.24.1</version>
<version>2.24.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -163,7 +163,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

0 comments on commit afc1d53

Please sign in to comment.