This is an automated email from the ASF dual-hosted git repository.
jbertram 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 3f56418074 ARTEMIS-4621 upgrade PostgreSQL to 42.7.1
3f56418074 is described below
commit 3f56418074622c04e5e76a49bb337b1a286d7c5d
Author: Justin Bertram <[email protected]>
AuthorDate: Wed Jan 31 09:58:41 2024 -0600
ARTEMIS-4621 upgrade PostgreSQL to 42.7.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2359c6ca97..6e37ac177d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,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.3</postgresql.version>
+ <postgresql.version>42.7.1</postgresql.version>
<testcontainers.version>1.17.6</testcontainers.version>
<selenium.version>4.8.3</selenium.version>
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>