File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff 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} "
You can’t perform that action at this time.
0 commit comments