From 661c4d09b638b5bb3151312d7e57b7bb3233de09 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Wed, 4 Sep 2024 17:52:32 -0400 Subject: [PATCH] Dependabot Bump (#198) * Bump org.apache.maven.plugins:maven-failsafe-plugin in /finish Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.3.1 to 3.5.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump org.apache.maven.plugins:maven-surefire-plugin in /finish Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.3.1 to 3.5.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 in /finish Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 in /start Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump org.apache.maven.plugins:maven-failsafe-plugin in /start Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.3.1 to 3.5.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bump org.apache.maven.plugins:maven-surefire-plugin in /start Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.3.1 to 3.5.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * update upload-artifact to v4 and restore reactive dependencies Signed-off-by: Gilbert Kwan --------- Signed-off-by: dependabot[bot] Signed-off-by: Gilbert Kwan Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- finish/pom.xml | 6 +++--- start/pom.xml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e89f75..c9a1c12 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,7 +62,7 @@ jobs: sudo cat "$logsPath" | grep Launching - name: Archive server logs if failed if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: server-logs path: finish/target/liberty/wlp/usr/servers/defaultServer/logs/ diff --git a/finish/pom.xml b/finish/pom.xml index 186b6e5..230ae7f 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -37,7 +37,7 @@ org.junit.jupiter junit-jupiter - 5.10.3 + 5.11.0 test @@ -65,7 +65,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.3.1 + 3.5.0 ${liberty.var.http.port} @@ -77,7 +77,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.1 + 3.5.0 diff --git a/start/pom.xml b/start/pom.xml index 186b6e5..230ae7f 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -37,7 +37,7 @@ org.junit.jupiter junit-jupiter - 5.10.3 + 5.11.0 test @@ -65,7 +65,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.3.1 + 3.5.0 ${liberty.var.http.port} @@ -77,7 +77,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.1 + 3.5.0