Skip to content

Commit

Permalink
Upgrade jackson-databind to fix #59
Browse files Browse the repository at this point in the history
Upgrade org.eclipse.paho.client.mqttv3 to fix #60
Change JDK to openjdk so travis build works again
  • Loading branch information
andrewserff committed Sep 24, 2019
1 parent f569d7d commit 30fa8b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: java
jdk:
- oraclejdk8
- openjdk8
script: mvn clean package
notifications:
slack:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.2</version>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.0.2</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure.sdk.iot</groupId>
Expand Down

0 comments on commit 30fa8b3

Please sign in to comment.