Skip to content

Commit

Permalink
Upgraded jetty to latest version (9.2.9.v20150224) due to JetLeak Vul…
Browse files Browse the repository at this point in the history
…nerability: Remote Leakage of Shared Buffers in Jetty Web Server [CVE-2015-2080]. Also, updated google zxing.
  • Loading branch information
skavanagh committed Feb 26, 2015
1 parent 9ff5a80 commit 4ac1790
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 @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.keybox</groupId>
<artifactId>keybox</artifactId>
<version>2.76.00-SNAPSHOT</version>
<version>2.76.00</version>
<packaging>war</packaging>
<name>KeyBox</name>
<properties>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</dependency>

<!-- provided dependencies-->
Expand Down Expand Up @@ -108,7 +108,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.2.7.v20150116</version>
<version>9.2.9.v20150224</version>
<configuration>
<jettyXml>${basedir}/src/test/resources/jetty.xml,${basedir}/src/test/resources/jetty-ssl.xml,${basedir}/src/test/resources/jetty-https.xml</jettyXml>
<scanIntervalSeconds>-1</scanIntervalSeconds>
Expand Down

0 comments on commit 4ac1790

Please sign in to comment.