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/08/09 11:19:21 UTC

[activemq-artemis] branch main updated: ARTEMIS-3927: update postgresql [provided/test] dep to 42.4.1

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 7ec0bd35ba ARTEMIS-3927: update postgresql [provided/test] dep to 42.4.1
7ec0bd35ba is described below

commit 7ec0bd35ba62e84a72d821465b2a4cbad57dc18a
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Aug 9 12:17:28 2022 +0100

    ARTEMIS-3927: update postgresql [provided/test] dep to 42.4.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 427bb5edcd..4104635ab2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,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.3.3</postgresql.version>
+      <postgresql.version>42.4.1</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>