Skip to content

Commit

Permalink
Combined dependency updates (2024-02-04) (#72)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump javiertuya/sonarqube-action from 1.2.0 to 1.3.0](#68)
- [Bump mikepenz/action-junit-report from 4.0.3 to 4.1.0](#69)
- [Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11](#70)
- [Bump surefire.version from 3.2.3 to 3.2.5](#71)
  • Loading branch information
giis-qabot authored Feb 4, 2024
1 parent 381bf9d commit e6fd762
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@v4.0.3
uses: mikepenz/action-junit-report@v4.1.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/sonarqube-action@v1.2.0
- uses: javiertuya/sonarqube-action@v1.3.0
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 @@ -18,7 +18,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<surefire.version>3.2.3</surefire.version>
<surefire.version>3.2.5</surefire.version>
</properties>

<modules>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.10</version>
<version>2.0.11</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit e6fd762

Please sign in to comment.