Skip to content

Commit 421fb49

Browse files
author
haileyajohnson
committed
bump netcdf-java dependency
1 parent 4e3df75 commit 421fb49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/any/shared-mvn-coords.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ext {
2323
depVersion.slf4j = '1.7.28'
2424
depVersion.gwt = '2.8.2'
2525
depVersion.jaxen = '1.1.6'
26-
depVersion.netcdfJava = '5.5.0'
26+
depVersion.netcdfJava = '5.5.1'
2727
// gradle seems to have issues with the compileOnly configuration, so we need to provide the full maven
2828
// coordinates for javax.servlet-api if the gradle plugin in applied. If we don't, we see errors like this:
2929
depVersion.javaxServletApi = '3.1.0'

tds-platform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies {
9898
api 'org.n52.sensorweb:52n-xml-om-v20'
9999

100100
// edal-java (ncwms)
101-
def edalVersion = '1.5.0.3-SNAPSHOT'
101+
def edalVersion = '1.5.0.4-SNAPSHOT'
102102
api "uk.ac.rdg.resc:edal-common:${edalVersion}"
103103
api "uk.ac.rdg.resc:edal-cdm:${edalVersion}"
104104
api "uk.ac.rdg.resc:edal-wms:${edalVersion}"

0 commit comments

Comments
 (0)