From b23a0388d0b2ed107e5a0200c156e77f7b1c8933 Mon Sep 17 00:00:00 2001 From: Javier <10879637+javiertuya@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:45:52 +0100 Subject: [PATCH] Combined dependency updates (2025-02-03) Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump mikepenz/action-junit-report from 5.2.0 to 5.3.0](https://github.com/javiertuya/samples-test-dev/pull/164) - [Bump org.xerial:sqlite-jdbc from 3.47.1.0 to 3.48.0.0](https://github.com/javiertuya/samples-test-dev/pull/163) - [Bump commons-beanutils:commons-beanutils from 1.9.4 to 1.10.0](https://github.com/javiertuya/samples-test-dev/pull/162) --- .github/workflows/test.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aba4257..015b6ae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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' diff --git a/pom.xml b/pom.xml index 7c44f15..dc096f0 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ org.xerial sqlite-jdbc - 3.47.1.0 + 3.48.0.0 @@ -86,7 +86,7 @@ commons-beanutils commons-beanutils - 1.9.4 + 1.10.0 com.fasterxml.jackson.core