Browse Source

Merge branch 'development' of ssh://gitlab.techempower.com:22898/techempower/frameworkbenchmarks into development

Shawn Bandy 12 years ago
parent
commit
41ffe92ce4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      grizzly-bm/pom.xml

+ 2 - 2
grizzly-bm/pom.xml

@@ -68,7 +68,7 @@
         <dependency>
         <dependency>
             <groupId>org.glassfish.grizzly</groupId>
             <groupId>org.glassfish.grizzly</groupId>
             <artifactId>grizzly-http-server</artifactId>
             <artifactId>grizzly-http-server</artifactId>
-            <version>2.3.4-SNAPSHOT</version>
+            <version>2.3.7-SNAPSHOT</version>
         </dependency>
         </dependency>
         <dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <groupId>com.fasterxml.jackson.core</groupId>
@@ -82,4 +82,4 @@
             <url>https://maven.java.net/content/repositories/snapshots/</url>
             <url>https://maven.java.net/content/repositories/snapshots/</url>
         </repository>
         </repository>
     </repositories>
     </repositories>
-</project>
+</project>