From 68d61b727504532efe71e9f372cf2d3832fbe426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:51:42 +0000 Subject: [PATCH 1/2] Bump stefanzweifel/git-auto-commit-action from 5 to 7 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 7. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8304594..b351763 100644 --- a/action.yml +++ b/action.yml @@ -51,9 +51,9 @@ runs: # TODO This could perhaps have been amended into the previous commit by dependabot, but not sure if it can be done or how to safely do that - # Stay at stefanzweifel/git-auto-commit-action@v5 until this is resolved: https://github.com/stefanzweifel/git-auto-commit-action/issues/383 + # Stay at stefanzweifel/git-auto-commit-action@v7 until this is resolved: https://github.com/stefanzweifel/git-auto-commit-action/issues/383 # or just replace it with something else. - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 with: # Use [dependabot skip] to not interrupt how Dependabot works, # see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates#allowing-dependabot-to-rebase-and-force-push-over-extra-commits From 97a3f0d813ddee17217001a878b33a321249addf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:52:08 +0000 Subject: [PATCH 2/2] Add changeset for Dependabot PR #5 [dependabot skip] --- .changeset/dependabot-219958f.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/dependabot-219958f.md diff --git a/.changeset/dependabot-219958f.md b/.changeset/dependabot-219958f.md new file mode 100644 index 0000000..ae70d44 --- /dev/null +++ b/.changeset/dependabot-219958f.md @@ -0,0 +1,5 @@ +--- +"test-pom": patch +--- + +- com.opencsv:opencsv: 5.11.1 \ No newline at end of file