Skip to content

Commit

Permalink
Combined dependency updates (2023-10-14) (#67)
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](#64)
- [Bump com.fasterxml.jackson:jackson-bom from 2.15.2 to 2.15.3](#65)
- [Bump org.xerial:sqlite-jdbc from 3.43.0.0 to 3.43.2.0](#66)
  • Loading branch information
giis-qabot authored Oct 14, 2023
1 parent c8027a8 commit 62ef479
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 @@ -98,7 +98,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: "**/surefire-reports/TEST-*.xml"
Expand Down Expand Up @@ -165,7 +165,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
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.15.2</version>
<version>2.15.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -172,7 +172,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.43.0.0</version>
<version>3.43.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 62ef479

Please sign in to comment.