Skip to content

Commit

Permalink
Combined dependency updates (2023-10-07) (#72)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump mikepenz/action-junit-report from 4.0.0 to 4.0.1](#70)
- [Bump commons-io:commons-io from 2.13.0 to 2.14.0](#69)
- [Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1](#68)
  • Loading branch information
giis-qabot authored Oct 7, 2023
1 parent 69f729b commit 717474b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/[email protected].0
uses: mikepenz/[email protected].1
with:
check_name: "test-result-${{ matrix.scope }}"
report_paths: "*/target/surefire-reports/TEST-*.xml"
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/[email protected].0
uses: mikepenz/[email protected].1
with:
check_name: "test-result-IT"
report_paths: "*/target/surefire-reports/TEST-*.xml"
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/[email protected].0
uses: mikepenz/[email protected].1
with:
check_name: "test-result-Net"
report_paths: "net/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 @@ -62,7 +62,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion qacover-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<id>create-uber-jar</id>
Expand Down

0 comments on commit 717474b

Please sign in to comment.