Skip to content

Commit

Permalink
#32 : Dependency updates for maven build - missed a couple
Browse files Browse the repository at this point in the history
  • Loading branch information
gazbert committed Mar 23, 2020
1 parent 5575f40 commit 2fba0b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter</artifactId>
<version>2.1.1.RELEASE</version>
<version>2.1.5.RELEASE</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
Expand All @@ -202,7 +202,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<version>2.8.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -213,7 +213,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.200</version>
<version>1.4.199</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
Expand Down

0 comments on commit 2fba0b2

Please sign in to comment.