This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 913261e75598910ea23357a61f4e1b707e19bcb1 Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Wed Feb 16 12:56:26 2022 +0100 Upgrade dependencies. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cfcb1b3..63f46fb 100644 --- a/pom.xml +++ b/pom.xml @@ -504,7 +504,7 @@ <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> - <version>42.3.2</version> + <version>42.3.3</version> <scope>test</scope> </dependency> @@ -858,7 +858,7 @@ <!-- JavaDoc configuration. --> <plugin> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.3.1</version> + <version>3.3.2</version> <configuration> <source>${maven.compiler.source}</source> <!-- Enables javadoc to handle language constructs present in target JDK. --> <encoding>${project.build.sourceEncoding}</encoding> <!-- Encoding of Java source file. -->