Browse Source

Update Undertow version

Gives a slight speed boost due to path handler improvements
Stuart Douglas 12 years ago
parent
commit
e1c61b4ce9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      undertow/pom.xml

+ 1 - 1
undertow/pom.xml

@@ -13,7 +13,7 @@
         <dependency>
             <groupId>io.undertow</groupId>
             <artifactId>undertow-core</artifactId>
-            <version>1.0.0.Beta1</version>
+            <version>1.0.0.Beta3</version>
         </dependency>
         <dependency>
             <groupId>org.jboss.xnio</groupId>