diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 8d96679d9d..45dd898346 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -214,6 +214,7 @@ Fixes
Other
------
+* Update Dependencies for lettuce 4.0 #116
lettuce requires a minimum of Java 8 to build and run. It is tested continuously against the latest Redis source-build.
diff --git a/pom.xml b/pom.xml
index e9b0371305..71e86826bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
io.reactivex
rxjava
- 1.0.13
+ 1.0.14
@@ -125,14 +125,14 @@
org.springframework
spring-beans
- 3.1.4.RELEASE
+ 4.2.0.RELEASE
provided
org.springframework
spring-context
- 3.1.4.RELEASE
+ 4.2.0.RELEASE
provided
@@ -163,14 +163,14 @@
junit
junit
- 4.11
+ 4.12
test
org.mockito
mockito-core
- 1.9.5
+ 1.10.19
test
@@ -184,21 +184,21 @@
org.apache.openwebbeans.test
cditest-owb
- 1.2.6
+ 1.2.8
test
javax.servlet
javax.servlet-api
- 3.0.1
+ 3.1.0
test
org.assertj
assertj-core
- 3.0.0
+ 3.1.0
test
@@ -212,14 +212,14 @@
org.springframework
spring-test
- 3.1.4.RELEASE
+ 4.2.0.RELEASE
test
org.springframework
spring-expression
- 3.1.4.RELEASE
+ 4.2.0.RELEASE
test
@@ -233,14 +233,14 @@
com.github.javaparser
javaparser-core
- 2.1.0
+ 2.2.1
test
org.apache.commons
commons-lang3
- 3.3.2
+ 3.4
test