From 31f2a82bcd46658f7c0dfdf4b767dd3f04283e74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 15:20:02 +0000 Subject: [PATCH 1/2] build(deps): bump com.fasterxml.woodstox:woodstox-core Bumps [com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox) from 6.5.1 to 6.6.0. - [Commits](https://github.com/FasterXML/woodstox/compare/woodstox-core-6.5.1...woodstox-core-6.6.0) --- updated-dependencies: - dependency-name: com.fasterxml.woodstox:woodstox-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1220ec4c26d..658937922f6 100644 --- a/pom.xml +++ b/pom.xml @@ -207,7 +207,7 @@ com.fasterxml.woodstox woodstox-core - 6.5.1 + 6.6.0 From f7083b71e71bbec33f2ca5d4ea95043e4b7706c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:34:58 +0000 Subject: [PATCH 2/2] build(deps): bump the github-actions group with 1 update Bumps the github-actions group with 1 update: [dorny/paths-filter](https://github.com/dorny/paths-filter). Updates `dorny/paths-filter` from 2 to 3 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v2...v3) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/verify-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-push.yaml b/.github/workflows/verify-push.yaml index a4eb837efcb..a0d383b992d 100644 --- a/.github/workflows/verify-push.yaml +++ b/.github/workflows/verify-push.yaml @@ -75,7 +75,7 @@ jobs: - name: Detect changes against master # we only want to build matsim (module) if changes are not limited to contribs id: detect-changes - uses: dorny/paths-filter@v2 + uses: dorny/paths-filter@v3 if: ${{matrix.module == 'matsim'}} with: filters: |