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

desruisseaux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sis.git

commit 93cf288665b51cc8289bf38c7800ef2d7fd16504
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Mon Nov 28 12:26:00 2022 +0100

    Bump postgresql from 42.5.0 to 42.5.1
    https://github.com/apache/sis/pull/31
---
 ide-project/NetBeans/nbproject/project.properties | 2 +-
 pom.xml                                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ide-project/NetBeans/nbproject/project.properties 
b/ide-project/NetBeans/nbproject/project.properties
index d2d82a855c..3b2f26b94e 100644
--- a/ide-project/NetBeans/nbproject/project.properties
+++ b/ide-project/NetBeans/nbproject/project.properties
@@ -124,7 +124,7 @@ hamcrest.version     = 1.3
 derby.version        = 10.14.2.0
 hsqldb.version       = 2.7.1
 h2.version           = 2.1.214
-postgresql.version   = 42.5.0
+postgresql.version   = 42.5.1
 
 #
 # Classpaths for compilation, execution and tests.
diff --git a/pom.xml b/pom.xml
index 7323337afd..36881e02da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -504,7 +504,7 @@
       <dependency>
         <groupId>org.postgresql</groupId>
         <artifactId>postgresql</artifactId>
-        <version>42.5.0</version>
+        <version>42.5.1</version>
         <scope>test</scope>
       </dependency>
 

Reply via email to