From 0617622cb02f69c9b50475d5595565844163bf07 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Fri, 3 Oct 2025 14:32:39 -0400 Subject: [PATCH 1/2] Dependabot Bump (#224) * 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.postgresql:postgresql from 42.7.7 to 42.7.8 in /finish Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.7 to 42.7.8. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.7...REL42.7.8) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump org.postgresql:postgresql from 42.7.7 to 42.7.8 in /start Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.7 to 42.7.8. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.7...REL42.7.8) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.8 dependency-type: direct:production update-type: version-update:semver-patch ... 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 | 6 +++--- start/pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/finish/pom.xml b/finish/pom.xml index c840ca0..dee056e 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -36,7 +36,7 @@ org.postgresql postgresql - 42.7.7 + 42.7.8 provided @@ -45,7 +45,7 @@ org.junit.jupiter junit-jupiter - 5.13.4 + 5.14.0 test @@ -126,7 +126,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 b3845e6..48c2511 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -36,7 +36,7 @@ org.postgresql postgresql - 42.7.7 + 42.7.8 provided @@ -44,7 +44,7 @@ org.junit.jupiter junit-jupiter - 5.13.4 + 5.14.0 test From 1b48fa93e8b1b53a3e12ab24838faea0f0c30f86 Mon Sep 17 00:00:00 2001 From: Gilbert Kwan Date: Mon, 6 Oct 2025 15:21:33 -0400 Subject: [PATCH 2/2] Update resteasy and junit dependencies (#226) --- 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 dee056e..e3d1d41 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -51,13 +51,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 48c2511..463cab0 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -50,13 +50,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