diff --git a/README.md b/README.md
index d18ffd8..b4d61fc 100644
--- a/README.md
+++ b/README.md
@@ -27,13 +27,13 @@ will be upgraded to [1.0](http://raml.org/raml-10-spec) soon.
```
-- Add dependency to rest-assured (currently tested on `3.0.1`):
+- Add dependency to rest-assured (currently tested on `3.0.2`):
```xml
io.rest-assured
rest-assured
- 3.0.1
+ 3.0.2
```
diff --git a/pom.xml b/pom.xml
index 5775eb4..98db0e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,26 +81,26 @@
io.rest-assured
rest-assured
- 3.0.1
+ 3.0.2
com.google.code.gson
gson
- 2.2.4
+ 2.8.0
com.squareup
javapoet
- 1.5.1
+ 1.8.0
org.apache.commons
commons-lang3
- 3.4
+ 3.5
@@ -144,7 +144,7 @@
org.slf4j
slf4j-simple
- 1.7.7
+ 1.7.24
test
@@ -158,7 +158,7 @@
com.tngtech.java
junit-dataprovider
- 1.10.0
+ 1.12.0
test