Skip to content

Commit

Permalink
Combined dependency updates (2024-11-09)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump giis:qagrow from 1.4.273 to 1.4.274](#36)
- [Bump org.pitest:pitest-maven from 1.17.0 to 1.17.1](#37)
- [Bump mikepenz/action-junit-report from 4.3.1 to 5](#38)
  • Loading branch information
giis-qabot authored Nov 9, 2024
1 parent 8db18b7 commit 0d9e45c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Generate report checks
if: always()
uses: mikepenz/action-junit-report@v4.3.1
uses: mikepenz/action-junit-report@v5
with:
check_name: "test-result-${{ matrix.scope }}"
report_paths: "**/surefire-reports/TEST-*.xml"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<surefire.version>3.3.0</surefire.version>
<tdrules.version>4.3.1</tdrules.version>
<qagrow.version>1.4.273</qagrow.version>
<qagrow.version>1.4.274</qagrow.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion st-tdg-eval/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<!-- Run with: mvn test-compile org.pitest:pitest-maven:mutationCoverage -->
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.17.0</version>
<version>1.17.1</version>
<configuration>
<targetClasses>
<param>io.swagger.petstore.data.Pet*</param>
Expand Down

0 comments on commit 0d9e45c

Please sign in to comment.