From c3021f74dde12db61a229411fd43d62d230f4a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 04:15:09 +0000 Subject: [PATCH 1/3] Bump commons-io:commons-io from 2.16.0 to 2.16.1 in /test Bumps commons-io:commons-io from 2.16.0 to 2.16.1. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pom.xml b/test/pom.xml index 96c951e..69d36ae 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -25,7 +25,7 @@ commons-io commons-io - 2.16.0 + 2.16.1 test From f43b0b5795834152e0ddc216b4752fb2d7a7e0c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 04:27:04 +0000 Subject: [PATCH 2/3] Bump actions/upload-artifact from 4.3.1 to 4.3.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9757d97..bafa07c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: fail_on_failure: 'true' - name: Publish converted sources & test report files if: always() - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 with: name: converted sources & test reports path: | From 17e55f8db08c2757bc3fbfd199ebb4bfa03b5b41 Mon Sep 17 00:00:00 2001 From: javiertuya <10879637+javiertuya@users.noreply.github.com> Date: Wed, 1 May 2024 18:20:22 +0000 Subject: [PATCH 3/3] Combined dependency updates (2024-05-01)