Skip to content

Commit

Permalink
Combined dependency updates (2025-01-11)
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.logging.log4j:log4j-slf4j2-impl from 2.24.2 to 2.24.3](#127)
- [Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2](#126)
- [Bump mikepenz/action-junit-report from 5.1.0 to 5.2.0](#125)
- [Bump javiertuya/sonarqube-action from 1.4.0 to 1.4.1](#124)
  • Loading branch information
giis-qabot authored Jan 11, 2025
1 parent afc1d53 commit 0fb5b79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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@v5.1.0
uses: mikepenz/action-junit-report@v5.2.0
with:
check_name: "test-result"
report_paths: "**/surefire-reports/TEST-*.xml"
Expand All @@ -58,7 +58,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: javiertuya/[email protected].0
- uses: javiertuya/[email protected].1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
sonar-token: ${{ secrets.SONAR_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.24.2</version>
<version>2.24.3</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.11.1</version>
<version>3.11.2</version>
<configuration>
<quiet>true</quiet>
<doclint>none</doclint>
Expand Down

0 comments on commit 0fb5b79

Please sign in to comment.