You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/11/24 12:52:40 UTC

[activemq-artemis] branch main updated: ARTEMIS-4099: Update to PostgreSQL 42.4.3

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 776b4436df ARTEMIS-4099: Update to PostgreSQL 42.4.3
776b4436df is described below

commit 776b4436df033dbc0408d5bd94f396fe19e7d634
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Nov 24 10:45:37 2022 +0000

    ARTEMIS-4099: Update to PostgreSQL 42.4.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5f6269bcdf..86d148e33b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
       <surefire.version>2.22.2</surefire.version>
       <version.jaxb.runtime>2.3.3</version.jaxb.runtime>
       <paho.client.mqtt.version>1.2.5</paho.client.mqtt.version>
-      <postgresql.version>42.4.1</postgresql.version>
+      <postgresql.version>42.4.3</postgresql.version>
       <testcontainers.version>1.16.3</testcontainers.version>
       <exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
       <apache.httpcore.version>4.4.13</apache.httpcore.version>