Skip to content

Commit

Permalink
Combined dependency updates (2025-02-03)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump mikepenz/action-junit-report from 5.2.0 to 5.3.0](#164)
- [Bump org.xerial:sqlite-jdbc from 3.47.1.0 to 3.48.0.0](#163)
- [Bump commons-beanutils:commons-beanutils from 1.9.4 to 1.10.0](#162)
  • Loading branch information
javiertuya authored Feb 3, 2025
1 parent a6afc33 commit b23a038
Show file tree
Hide file tree
Showing 2 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 @@ -32,7 +32,7 @@ jobs:

- name: Publish surefire test report
if: always()
uses: mikepenz/action-junit-report@v5.2.0
uses: mikepenz/action-junit-report@v5.3.0
with:
check_name: test-report
report_paths: 'target/*-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 @@ -58,7 +58,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.47.1.0</version>
<version>3.48.0.0</version>
</dependency>
<!-- Logs -->
<dependency>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit b23a038

Please sign in to comment.