From d4bdbb1e3fdc0190e966cbe0de3a8589fd3ce16b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:01:21 +0000 Subject: [PATCH 1/6] 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.5.3 to 3.5.4. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- start/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start/pom.xml b/start/pom.xml index 5646635..8f5bd7a 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -78,7 +78,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.5.3 + 3.5.4 ${liberty.var.default.http.port} From e656512b05a6c124a69e7589404e95d139163b32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:01:46 +0000 Subject: [PATCH 2/6] 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.5.3 to 3.5.4. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- start/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start/pom.xml b/start/pom.xml index 5646635..e006545 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -67,7 +67,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + 3.5.4 io.openliberty.tools From fb4a516eb86625782ba9b7cffcdcd4ce4816d778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:10:18 +0000 Subject: [PATCH 3/6] 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.5.3 to 3.5.4. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- finish/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finish/pom.xml b/finish/pom.xml index 5646635..e006545 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -67,7 +67,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + 3.5.4 io.openliberty.tools From 6ee2964d1b1263918692bcbec70db8fd8408ce30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:10:27 +0000 Subject: [PATCH 4/6] 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.5.3 to 3.5.4. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- finish/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finish/pom.xml b/finish/pom.xml index 5646635..8f5bd7a 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -78,7 +78,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.5.3 + 3.5.4 ${liberty.var.default.http.port} From 6b841ddfd0fede9f7eaff1a0749e9a3b66e2bb03 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Fri, 3 Oct 2025 14:34:56 -0400 Subject: [PATCH 5/6] Update resteasy and junit dependencies --- finish/pom.xml | 2 +- start/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/finish/pom.xml b/finish/pom.xml index 435ec40..0acad51 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -38,7 +38,7 @@ org.junit.jupiter junit-jupiter - 5.13.4 + 5.14.0 test diff --git a/start/pom.xml b/start/pom.xml index 435ec40..0acad51 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -38,7 +38,7 @@ org.junit.jupiter junit-jupiter - 5.13.4 + 5.14.0 test From 1bfa17d94500993e2a42cf155d45a0fa271d8e89 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Fri, 3 Oct 2025 14:45:30 -0400 Subject: [PATCH 6/6] Update resteasy and junit dependencies --- finish/pom.xml | 4 ++-- start/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/finish/pom.xml b/finish/pom.xml index 0acad51..f4449cc 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -44,13 +44,13 @@ org.jboss.resteasy resteasy-client - 6.2.12.Final + 6.2.14.Final test org.jboss.resteasy resteasy-json-binding-provider - 6.2.12.Final + 6.2.14.Final test diff --git a/start/pom.xml b/start/pom.xml index 0acad51..f4449cc 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -44,13 +44,13 @@ org.jboss.resteasy resteasy-client - 6.2.12.Final + 6.2.14.Final test org.jboss.resteasy resteasy-json-binding-provider - 6.2.12.Final + 6.2.14.Final test