Skip to content

Commit

Permalink
update pom due to security issues (#41)
Browse files Browse the repository at this point in the history
* update pom due to security issues

* jetty new version
  • Loading branch information
idohalevi authored Apr 1, 2019
1 parent c5e152b commit a1953e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
<version>25.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand All @@ -125,7 +125,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.0.M1</version>
<version>9.4.15.v20190215</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit a1953e3

Please sign in to comment.