You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2021/03/23 16:21:51 UTC

[activemq-artemis] branch master updated: ARTEMIS-3199 Upgrade postgresql to 42.2.19

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0f03064  ARTEMIS-3199 Upgrade postgresql to 42.2.19
0f03064 is described below

commit 0f03064e37f09856f527e5179a12a16c2b3ccbdd
Author: Domenico Francesco Bruscino <br...@apache.org>
AuthorDate: Mon Mar 22 08:55:53 2021 +0100

    ARTEMIS-3199 Upgrade postgresql to 42.2.19
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6180b2d..92adb72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -312,7 +312,7 @@
          <dependency>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>9.4-1205-jdbc4</version>
+            <version>42.2.19</version>
             <scope>provided</scope>
             <!-- postgresql license -->
          </dependency>