diff --git a/README b/README index 1529ccd..01212dc 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ lettuce - A scalable Java Redis client Multiple connections are efficiently managed by the excellent netty NIO framework. - This version of lettuce has been tested against redis 2.6.2 + This version of lettuce has been tested against redis 2.6.10 Join the lambdaWorks-OSS Google Group to discuss this project: @@ -72,5 +72,5 @@ Maven Artifacts com.lambdaworks lettuce - 2.2.0 + 2.3.0 diff --git a/pom.xml b/pom.xml index 5354609..708eb01 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.lambdaworks lettuce - 2.2.0 + 2.3.0 jar @@ -32,7 +32,7 @@ io.netty netty - 3.5.9.Final + 3.6.3.Final