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 ec94f00ea7 Upgrade dependencies.
ec94f00ea7 is described below

commit ec94f00ea719e7b08cc261f731d1c02626ec465f
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Mon Jul 10 14:41:30 2023 +0200

    Upgrade dependencies.
---
 ide-project/NetBeans/nbproject/project.properties |  4 ++--
 pom.xml                                           | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/ide-project/NetBeans/nbproject/project.properties 
b/ide-project/NetBeans/nbproject/project.properties
index 697f05121b..1b9cd613ed 100644
--- a/ide-project/NetBeans/nbproject/project.properties
+++ b/ide-project/NetBeans/nbproject/project.properties
@@ -113,8 +113,8 @@ slf4j.version        = 1.7.28
 junit.version        = 4.13.2
 hamcrest.version     = 1.3
 derby.version        = 10.15.2.0
-hsqldb.version       = 2.7.1
-h2.version           = 2.1.214
+hsqldb.version       = 2.7.2
+h2.version           = 2.2.220
 postgresql.version   = 42.6.0
 
 #
diff --git a/pom.xml b/pom.xml
index bf6a19e518..dcc30d7aec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -487,13 +487,13 @@
       <dependency>
         <groupId>org.hsqldb</groupId>
         <artifactId>hsqldb</artifactId>
-        <version>2.7.1</version>
+        <version>2.7.2</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>com.h2database</groupId>
         <artifactId>h2</artifactId>
-        <version>2.1.214</version>
+        <version>2.2.220</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -644,7 +644,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
-        <version>3.3.0</version>
+        <version>3.4.0</version>
         <executions>
           <execution>
             <id>remove-old-artifacts</id>
@@ -677,7 +677,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>3.0.0</version>
+        <version>3.1.2</version>
         <configuration>
           <trimStackTrace>false</trimStackTrace>
           <systemProperties>
@@ -728,7 +728,7 @@
       <!-- Set "*-source-release.zip" filename prefix to "sis-*" instead of 
"parent-*" -->
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>3.4.2</version>
+        <version>3.6.0</version>
         <executions>
           <execution>
             <id>source-release-assembly</id>
@@ -747,7 +747,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>3.2.2</version>
+        <version>3.3.0</version>
         <executions>
           <execution>
             <goals>

Reply via email to