From 627b63a49e5db1df322c364da2bbd0ef078a3838 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Thu, 2 Oct 2025 17:18:40 -0400 Subject: [PATCH 1/2] Dependabot Bump (#364) * 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] * 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] * Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 in /start Bumps org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.19.0 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.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] * 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] * Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 in /finish Bumps org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update resteasy and junit dependencies --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- finish/pom.xml | 8 ++++---- start/pom.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/finish/pom.xml b/finish/pom.xml index 2cf472c..e38f33e 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -39,7 +39,7 @@ org.junit.jupiter junit-jupiter - 5.13.4 + 5.14.0 test @@ -64,7 +64,7 @@ org.apache.commons commons-lang3 - 3.18.0 + 3.19.0 @@ -80,7 +80,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + 3.5.4 @@ -92,7 +92,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.5.3 + 3.5.4 ${liberty.var.http.port} diff --git a/start/pom.xml b/start/pom.xml index 65bb77f..683b0a5 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -39,7 +39,7 @@ org.junit.jupiter junit-jupiter - 5.13.4 + 5.14.0 test @@ -64,7 +64,7 @@ org.apache.commons commons-lang3 - 3.18.0 + 3.19.0 @@ -80,7 +80,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + 3.5.4 @@ -92,7 +92,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.5.3 + 3.5.4 ${liberty.var.http.port} From 1555d3e42d976b50ff61bb6dbf90b2aa66b34d94 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Mon, 6 Oct 2025 12:10:59 -0400 Subject: [PATCH 2/2] Update resteasy and junit dependencies (#366) --- 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 e38f33e..5fad58b 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -45,13 +45,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 683b0a5..825e3f8 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -45,13 +45,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