Skip to content

Commit

Permalink
Java 11, version 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenplieger committed May 6, 2020
1 parent b2beed4 commit 695daf6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>nl.knmi.adagucservices</groupId>
<artifactId>adaguc-services</artifactId>
<version>1.2.8</version>
<version>1.2.9</version>

<name>adaguc-services</name>
<description>Backend for adaguc-server and adaguc-viewer</description>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>de.grundid.opendatalab</groupId>
<artifactId>geojson-jackson</artifactId>
<version>1.8</version>
<version>1.14</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -96,13 +96,13 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.56</version>
<version>1.65</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.56</version>
<version>1.65</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
Expand All @@ -115,7 +115,7 @@
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>opendap</artifactId>
<version>5.3.1</version>
<version>5.3.2</version>
</dependency>


Expand All @@ -124,7 +124,7 @@
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>cdm-core</artifactId>
<version>5.3.1</version>
<version>5.3.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/edu.ucar/netcdf -->
<!-- <dependency> <groupId>edu.ucar</groupId> <artifactId>netcdf</artifactId>
Expand Down Expand Up @@ -160,7 +160,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<version>2.6</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 695daf6

Please sign in to comment.