From 290dc156df8be746a2b9aaad6cbe960cd3213060 Mon Sep 17 00:00:00 2001
From: Sean Arms <67096+lesserwhirls@users.noreply.github.com>
Date: Tue, 3 Feb 2026 15:04:34 -0700
Subject: [PATCH] Upgrade netCDF-Java and Apache SIS
---
cdm/pom.xml | 2 +-
common/pom.xml | 4 ++--
common/src/main/java/uk/ac/rdg/resc/edal/util/GISUtils.java | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/cdm/pom.xml b/cdm/pom.xml
index 0062ddee7..6f9048ceb 100644
--- a/cdm/pom.xml
+++ b/cdm/pom.xml
@@ -11,7 +11,7 @@
..
- 5.9.1
+ 5.10.0-SNAPSHOT
edal-cdm
jar
diff --git a/common/pom.xml b/common/pom.xml
index 58810868d..27084a197 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -15,12 +15,12 @@
org.apache.sis.core
sis-referencing
- 1.4
+ 1.6
org.apache.sis.non-free
sis-epsg
- 1.4
+ 1.6
joda-time
diff --git a/common/src/main/java/uk/ac/rdg/resc/edal/util/GISUtils.java b/common/src/main/java/uk/ac/rdg/resc/edal/util/GISUtils.java
index adf7db36e..1916938c1 100644
--- a/common/src/main/java/uk/ac/rdg/resc/edal/util/GISUtils.java
+++ b/common/src/main/java/uk/ac/rdg/resc/edal/util/GISUtils.java
@@ -45,7 +45,7 @@
import javax.naming.spi.ObjectFactory;
import org.apache.sis.geometry.DirectPosition2D;
-import org.apache.sis.metadata.sql.util.Initializer;
+import org.apache.sis.metadata.sql.internal.shared.Initializer;
import org.apache.sis.metadata.iso.extent.DefaultGeographicBoundingBox;
import org.apache.sis.referencing.CRS;
import org.apache.sis.referencing.CommonCRS;