diff --git a/README.md b/README.md
index 9254ff2..7e8ffa7 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ build the .jar file using maven.
Run this command:
```
-java -jar conciliator-2.3.0.jar
+java -jar conciliator-2.4.0.jar
```
That's it! You should see some messages as the application starts
diff --git a/pom.xml b/pom.xml
index 6f752ad..f61f2cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.codefork.conciliator
conciliator
- 2.3.0
+ 2.4.0
jar
conciliator
@@ -17,7 +17,7 @@
org.springframework.boot
spring-boot-starter-parent
- 1.4.4.RELEASE
+ 1.4.7.RELEASE
diff --git a/run.sh b/run.sh
index 2b70051..5f66ff5 100755
--- a/run.sh
+++ b/run.sh
@@ -14,4 +14,4 @@
# the JVM from having to dynamically allocate memory, which takes time.
# -Xms128m -Xmx128m
-java -XX:+HeapDumpOnOutOfMemoryError -Xms128m -Xmx128m -Dlogging.level.com.codefork.refine=DEBUG -jar target/conciliator-2.3.0.jar
+java -XX:+HeapDumpOnOutOfMemoryError -Xms128m -Xmx128m -Dlogging.level.com.codefork.refine=DEBUG -jar target/conciliator-2.4.0.jar