Skip to content

Commit

Permalink
bump netcdf-java dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyajohnson committed Dec 20, 2021
1 parent 4e3df75 commit 421fb49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/any/shared-mvn-coords.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ext {
depVersion.slf4j = '1.7.28'
depVersion.gwt = '2.8.2'
depVersion.jaxen = '1.1.6'
depVersion.netcdfJava = '5.5.0'
depVersion.netcdfJava = '5.5.1'
// gradle seems to have issues with the compileOnly configuration, so we need to provide the full maven
// coordinates for javax.servlet-api if the gradle plugin in applied. If we don't, we see errors like this:
depVersion.javaxServletApi = '3.1.0'
Expand Down
2 changes: 1 addition & 1 deletion tds-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies {
api 'org.n52.sensorweb:52n-xml-om-v20'

// edal-java (ncwms)
def edalVersion = '1.5.0.3-SNAPSHOT'
def edalVersion = '1.5.0.4-SNAPSHOT'
api "uk.ac.rdg.resc:edal-common:${edalVersion}"
api "uk.ac.rdg.resc:edal-cdm:${edalVersion}"
api "uk.ac.rdg.resc:edal-wms:${edalVersion}"
Expand Down

0 comments on commit 421fb49

Please sign in to comment.