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 1112b90db6f48bec55185fcf5084b2fffaac80b7 Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Fri Feb 11 13:58:12 2022 +0100 Upgrade dependency version. --- ide-project/NetBeans/nbproject/project.properties | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ide-project/NetBeans/nbproject/project.properties b/ide-project/NetBeans/nbproject/project.properties index 0a7f666..bc3ac69 100644 --- a/ide-project/NetBeans/nbproject/project.properties +++ b/ide-project/NetBeans/nbproject/project.properties @@ -125,7 +125,7 @@ hamcrest.version = 1.3 derby.version = 10.14.2.0 hsqldb.version = 2.6.1 h2.version = 2.1.210 -postgresql.version = 42.3.1 +postgresql.version = 42.3.2 # # Classpaths for compilation, execution and tests. diff --git a/pom.xml b/pom.xml index fe5c88d..cfcb1b3 100644 --- a/pom.xml +++ b/pom.xml @@ -504,7 +504,7 @@ <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> - <version>42.3.1</version> + <version>42.3.2</version> <scope>test</scope> </dependency> @@ -651,7 +651,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>3.2.0</version> + <version>3.3.0</version> <executions> <execution> <id>remove-old-artifacts</id>