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


The following commit(s) were added to refs/heads/geoapi-4.0 by this push:
     new 81e26d4920 Upgrade Maven plugins and PostgreSQL dependency.
81e26d4920 is described below

commit 81e26d49208eb203519e08439383714e8a12703a
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Thu Sep 29 16:05:09 2022 +0200

    Upgrade Maven plugins and PostgreSQL dependency.
---
 ide-project/NetBeans/nbproject/project.properties | 2 +-
 pom.xml                                           | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ide-project/NetBeans/nbproject/project.properties 
b/ide-project/NetBeans/nbproject/project.properties
index 682d295cf6..7d1a876233 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.0
 h2.version           = 2.1.214
-postgresql.version   = 42.4.1
+postgresql.version   = 42.5.0
 
 #
 # Classpaths for compilation, execution and tests.
diff --git a/pom.xml b/pom.xml
index e6b718304a..9f9979cbb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -504,7 +504,7 @@
       <dependency>
         <groupId>org.postgresql</groupId>
         <artifactId>postgresql</artifactId>
-        <version>42.4.1</version>
+        <version>42.5.0</version>
         <scope>test</scope>
       </dependency>
 
@@ -705,7 +705,7 @@
            INDEX.LIST file is incomplete (which seem to happen in practice). 
-->
       <plugin>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>3.2.2</version>
+        <version>3.3.0</version>
         <configuration>
           <archive>
             <addMavenDescriptor>false</addMavenDescriptor>
@@ -756,7 +756,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>3.1.2</version>
+        <version>3.2.0</version>
         <executions>
           <execution>
             <goals>
@@ -857,7 +857,7 @@
       <!-- JavaDoc configuration. -->
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.4.0</version>
+        <version>3.4.1</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. -->

Reply via email to