From ca4b3fd8ee4b5bce7bc163102a7f0cd55e63c770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 18:28:13 +0000 Subject: [PATCH] build(deps): bump the maven group across 2 directories with 2 updates Bumps the maven group with 1 update in the /dbptk-modules/dbptk-module-ms-access directory: [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java). Bumps the maven group with 1 update in the /dbptk-modules/dbptk-module-postgresql directory: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc). Updates `org.bouncycastle:bcprov-jdk18on` from 1.81 to 1.84 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.postgresql:postgresql` from 42.7.9 to 42.7.11 - [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.9...REL42.7.11) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: '1.84' dependency-type: direct:production dependency-group: maven - dependency-name: org.postgresql:postgresql dependency-version: 42.7.11 dependency-type: direct:production dependency-group: maven ... Signed-off-by: dependabot[bot] --- dbptk-modules/dbptk-module-ms-access/pom.xml | 2 +- dbptk-modules/dbptk-module-postgresql/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dbptk-modules/dbptk-module-ms-access/pom.xml b/dbptk-modules/dbptk-module-ms-access/pom.xml index 83f4cba8..1fe34ad0 100644 --- a/dbptk-modules/dbptk-module-ms-access/pom.xml +++ b/dbptk-modules/dbptk-module-ms-access/pom.xml @@ -39,7 +39,7 @@ org.bouncycastle bcprov-jdk18on - 1.81 + 1.84 diff --git a/dbptk-modules/dbptk-module-postgresql/pom.xml b/dbptk-modules/dbptk-module-postgresql/pom.xml index 4d001fc5..63add7b5 100644 --- a/dbptk-modules/dbptk-module-postgresql/pom.xml +++ b/dbptk-modules/dbptk-module-postgresql/pom.xml @@ -29,7 +29,7 @@ org.postgresql postgresql - 42.7.9 + 42.7.11