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 ed91d11e6d623e56b659d5afc5ca33c166dfbfa3
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Mon Dec 27 20:31:50 2021 +0100

    Upgrade UCAR netCDF dependency to latest version. That version was released 
for patching Log4J security issue.
    We think that Apache SIS was not impacted because it does not use Log4J at 
all and the UCAR netCDF library is an optional dependency.
    Even when the UCAR library is present, we use the bridge to standard 
`java.util.logging` framework. But we upgrade anyway as a safety.
---
 ide-project/NetBeans/nbproject/project.properties | 2 +-
 pom.xml                                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ide-project/NetBeans/nbproject/project.properties 
b/ide-project/NetBeans/nbproject/project.properties
index 70520b4..df4370a 100644
--- a/ide-project/NetBeans/nbproject/project.properties
+++ b/ide-project/NetBeans/nbproject/project.properties
@@ -114,7 +114,7 @@ jts.version          = 1.18.2
 jdom2.version        = 2.0.6
 jee.version          = 8.0.1
 osgi.version         = 6.0.0
-netcdf.version       = 5.4.2
+netcdf.version       = 5.5.1
 joda-time.version    = 2.10.3
 httpclient.version   = 4.5.13
 httpcore.version     = 4.4.13
diff --git a/pom.xml b/pom.xml
index 941c704..67a8cc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -518,7 +518,7 @@
       <dependency>
         <groupId>edu.ucar</groupId>
         <artifactId>cdm-core</artifactId>
-        <version>5.4.2</version>
+        <version>5.5.1</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>

Reply via email to