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 fa39844ccd58402139884dd581eda1c34d0a2318
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Fri May 6 19:42:07 2022 +0200

    Upgrade dependency versions.
---
 application/sis-openoffice/pom.xml |  2 +-
 cloud/sis-cloud-S3/pom.xml         |  2 +-
 core/sis-build-helper/pom.xml      |  8 ++++----
 core/sis-cql/pom.xml               |  4 ++--
 pom.xml                            | 21 ++++++++++-----------
 5 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/application/sis-openoffice/pom.xml 
b/application/sis-openoffice/pom.xml
index b2138f20a1..30ac919837 100644
--- a/application/sis-openoffice/pom.xml
+++ b/application/sis-openoffice/pom.xml
@@ -105,7 +105,7 @@
     <dependency>
       <groupId>org.libreoffice</groupId>
       <artifactId>libreoffice</artifactId>
-      <version>7.2.1</version>
+      <version>7.3.3</version>
       <scope>provided</scope>
     </dependency>
   </dependencies>
diff --git a/cloud/sis-cloud-S3/pom.xml b/cloud/sis-cloud-S3/pom.xml
index c4989439ef..21af1ab1bd 100644
--- a/cloud/sis-cloud-S3/pom.xml
+++ b/cloud/sis-cloud-S3/pom.xml
@@ -90,7 +90,7 @@
     <dependency>
       <groupId>software.amazon.awssdk</groupId>
       <artifactId>s3</artifactId>
-      <version>2.17.133</version>
+      <version>2.17.185</version>
     </dependency>
   </dependencies>
 
diff --git a/core/sis-build-helper/pom.xml b/core/sis-build-helper/pom.xml
index f8c3847a97..23132cabba 100644
--- a/core/sis-build-helper/pom.xml
+++ b/core/sis-build-helper/pom.xml
@@ -102,7 +102,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.6.2</version>
+        <version>3.6.4</version>
         <executions>
           <execution>
             <id>default-descriptor</id>
@@ -121,19 +121,19 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
-      <version>3.8.4</version>
+      <version>3.8.5</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>3.8.4</version>
+      <version>3.8.5</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>3.6.2</version>
+      <version>3.6.4</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/core/sis-cql/pom.xml b/core/sis-cql/pom.xml
index 0322ada9b7..6674905482 100644
--- a/core/sis-cql/pom.xml
+++ b/core/sis-cql/pom.xml
@@ -82,7 +82,7 @@
       <plugin>
         <groupId>org.antlr</groupId>
         <artifactId>antlr4-maven-plugin</artifactId>
-        <version>4.9.3</version>
+        <version>4.10.1</version>
         <executions>
           <execution>
             <id>run antlr</id>
@@ -128,7 +128,7 @@
     <dependency>
       <groupId>org.antlr</groupId>
       <artifactId>antlr4-runtime</artifactId>
-      <version>4.9.3</version>
+      <version>4.10.1</version>
       <scope>compile</scope>
     </dependency>
 
diff --git a/pom.xml b/pom.xml
index 45237119c9..f53f303336 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>24</version>
+    <version>26</version>
   </parent>
 
 
@@ -456,7 +456,7 @@
       <dependency>
         <groupId>net.sf.geographiclib</groupId>
         <artifactId>GeographicLib-Java</artifactId>
-        <version>1.52</version>
+        <version>2.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -468,12 +468,12 @@
       <dependency>
         <groupId>jakarta.xml.bind</groupId>
         <artifactId>jakarta.xml.bind-api</artifactId>
-        <version>${jaxb.version}</version>
+        <version>2.3.3</version>
       </dependency>
       <dependency>
         <groupId>org.glassfish.jaxb</groupId>
         <artifactId>jaxb-runtime</artifactId>
-        <version>${jaxb.version}</version>
+        <version>2.3.6</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -498,13 +498,13 @@
       <dependency>
         <groupId>com.h2database</groupId>
         <artifactId>h2</artifactId>
-        <version>2.1.210</version>
+        <version>2.1.212</version>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.postgresql</groupId>
         <artifactId>postgresql</artifactId>
-        <version>42.3.3</version>
+        <version>42.3.5</version>
         <scope>test</scope>
       </dependency>
 
@@ -518,7 +518,7 @@
       <dependency>
         <groupId>edu.ucar</groupId>
         <artifactId>cdm-core</artifactId>
-        <version>5.5.2</version>
+        <version>5.5.3</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
@@ -559,7 +559,6 @@
     <sis.non-free.version>1.1</sis.non-free.version>                <!-- Used 
only if "non-free" profile is activated. -->
     <javafx.version>17</javafx.version>                             <!-- Used 
only if "javafx" profile is activated. -->
     <geoapi.version>4.0-SNAPSHOT</geoapi.version>
-    <jaxb.version>2.3.3</jaxb.version>
   </properties>
 
   <profiles>
@@ -668,7 +667,7 @@
       <!-- Compile -->
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.9.0</version>
+        <version>3.10.1</version>
         <configuration>
           <release>${maven.compiler.target}</release>
           <encoding>${project.build.sourceEncoding}</encoding>
@@ -684,7 +683,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>3.0.0-M5</version>
+        <version>3.0.0-M6</version>
         <configuration>
           <trimStackTrace>false</trimStackTrace>
           <includes>
@@ -858,7 +857,7 @@
       <!-- JavaDoc configuration. -->
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.3.2</version>
+        <version>3.4.0</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