diff --git a/.travis.yml b/.travis.yml
index 31097f2..dff5f3a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1 @@
language: java
-jdk:
- - openjdk7
\ No newline at end of file
diff --git a/README.md b/README.md
index 4597607..fbb73d9 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ Imagine a shopping web site, where you want to verify that the various methods o
result in the proper check-out procedure. You want to make sure all supported browsers work, and that you have a representative
set of products
-```
+```java
private static final String NAV_SCENARIO =
"Browser: Chrome, Firefox, InternetExplorer, Safari"
+ "\nPage: Home, Category, Search, New Products"
diff --git a/pom.xml b/pom.xml
index 1db9ac0..8ceacb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,13 +102,13 @@
ch.qos.logback
logback-classic
- 1.0.9
+ 1.2.0
test
junit
junit
- 4.10
+ 4.13.1
test