From ae26a19aa6f44a3143b31c602a0b3b78658cb89e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:29:27 +0000 Subject: [PATCH 1/2] GitHub Actions(deps): Bump actions/upload-artifact from 3.1.3 to 3.2.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 3.2.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.3...v3.2.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74b4b88ef..2b1dd5bb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: run: mkdir staging-${{ matrix.os }} && gci -Path . -Recurse -Include *.jar |? { $_.FullName -like '*\target\*.jar' } |% { cp $_.FullName staging-${{ matrix.os }} } - name: Upload build results - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v3.2.1 with: name: Build Results path: staging-*/ From 61969f2b39e2f062213424ef08c83db4144fcf3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:10:03 +0000 Subject: [PATCH 2/2] Maven(deps): Bump org.junit.jupiter:junit-jupiter-params Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f15c8f2ec..78c990f22 100644 --- a/pom.xml +++ b/pom.xml @@ -240,7 +240,7 @@ org.junit.jupiter junit-jupiter-params - 5.11.3 + 5.11.4 org.junit.platform