You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2023/04/29 16:29:46 UTC

[sis] 01/02: Upgrade dependencies.

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 94ed08156b58a80d887a217cbecb46256e075f56
Author: Martin Desruisseaux <ma...@geomatys.com>
AuthorDate: Sat Apr 29 14:08:05 2023 +0200

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

diff --git a/ide-project/NetBeans/nbproject/project.properties b/ide-project/NetBeans/nbproject/project.properties
index 3a6929a3c4..35aecec25d 100644
--- a/ide-project/NetBeans/nbproject/project.properties
+++ b/ide-project/NetBeans/nbproject/project.properties
@@ -115,7 +115,7 @@ hamcrest.version     = 1.3
 derby.version        = 10.15.2.0
 hsqldb.version       = 2.7.1
 h2.version           = 2.1.214
-postgresql.version   = 42.5.1
+postgresql.version   = 42.6.0
 
 #
 # Classpaths for compilation, execution and tests.
diff --git a/pom.xml b/pom.xml
index 48bb7a056b..3f9ab52507 100644
--- a/pom.xml
+++ b/pom.xml
@@ -499,7 +499,7 @@
       <dependency>
         <groupId>org.postgresql</groupId>
         <artifactId>postgresql</artifactId>
-        <version>42.5.1</version>
+        <version>42.6.0</version>
         <scope>test</scope>
       </dependency>
 
@@ -546,7 +546,7 @@
     <maven.compiler.target>11</maven.compiler.target>
     <sis.plugin.version>${project.version}</sis.plugin.version>
     <sis.non-free.version>1.3</sis.non-free.version>                <!-- Used only if "non-free" profile is activated. -->
-    <javafx.version>19</javafx.version>                             <!-- Used only if "javafx" profile is activated. -->
+    <javafx.version>20.0.1</javafx.version>                         <!-- Used only if "javafx" profile is activated. -->
     <geoapi.version>4.0-SNAPSHOT</geoapi.version>
   </properties>
 
@@ -610,7 +610,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.1.0</version>
+        <version>3.3.0</version>
         <executions>
           <execution>
             <id>enforce</id>
@@ -656,7 +656,7 @@
       <!-- Compile -->
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.10.1</version>
+        <version>3.11.0</version>
         <configuration>
           <release>${maven.compiler.target}</release>
           <encoding>${project.build.sourceEncoding}</encoding>
@@ -672,7 +672,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>3.0.0-M7</version>
+        <version>3.0.0</version>
         <configuration>
           <trimStackTrace>false</trimStackTrace>
           <includes>
@@ -745,7 +745,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>3.2.0</version>
+        <version>3.2.2</version>
         <executions>
           <execution>
             <goals>
@@ -846,7 +846,7 @@
       <!-- JavaDoc configuration. -->
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.4.1</version>
+        <version>3.5.0</version>
         <configuration>
           <source>16</source>                                   <!-- Enables javadoc to handle language constructs present in target JDK. -->
           <encoding>${project.build.sourceEncoding}</encoding>  <!-- Encoding of Java source file. -->
@@ -955,7 +955,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-deploy-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.1</version>
         </plugin>
       </plugins>
     </pluginManagement>