This is an automated email from the ASF dual-hosted git repository. chibenwa pushed a commit to branch 3.9.x in repository https://gitbox.apache.org/repos/asf/james-project.git
commit cad6ddd21602e432a912fbf5745f59e49efb1d7a Author: Benoit TELLIER <[email protected]> AuthorDate: Wed Sep 16 20:25:56 2026 +0200 [UPGRADE] Postgres 42.7.7 -> 42.7.13 --- server/apps/migration/core-data-jpa-to-pg/pom.xml | 2 +- server/apps/scaling-pulsar-smtp/pom.xml | 2 +- server/container/guice/postgres-common/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/apps/migration/core-data-jpa-to-pg/pom.xml b/server/apps/migration/core-data-jpa-to-pg/pom.xml index ec967fc89f..7e727e2f24 100644 --- a/server/apps/migration/core-data-jpa-to-pg/pom.xml +++ b/server/apps/migration/core-data-jpa-to-pg/pom.xml @@ -135,7 +135,7 @@ <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> - <version>42.7.7</version> + <version>42.7.13</version> </dependency> <dependency> <groupId>org.testcontainers</groupId> diff --git a/server/apps/scaling-pulsar-smtp/pom.xml b/server/apps/scaling-pulsar-smtp/pom.xml index 5dbe288e5f..b2b1ed76ab 100644 --- a/server/apps/scaling-pulsar-smtp/pom.xml +++ b/server/apps/scaling-pulsar-smtp/pom.xml @@ -185,7 +185,7 @@ <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> - <version>42.7.7</version> + <version>42.7.13</version> </dependency> <dependency> <groupId>org.testcontainers</groupId> diff --git a/server/container/guice/postgres-common/pom.xml b/server/container/guice/postgres-common/pom.xml index fe6c18f7f7..0d3d167506 100644 --- a/server/container/guice/postgres-common/pom.xml +++ b/server/container/guice/postgres-common/pom.xml @@ -92,7 +92,7 @@ <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> - <version>42.7.7</version> + <version>42.7.13</version> <scope>test</scope> </dependency> </dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
