diff --git a/README.md b/README.md
index 68fb942..c8e272d 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ First, include the dm retrylib Spring Boot Starter dependency in your pom.xml:
de.dm.retrylib
retrylib-spring-boot-starter
- 0.9.1
+ 1.0.1
diff --git a/dependency-check-suppressions.xml b/dependency-check-suppressions.xml
new file mode 100644
index 0000000..60b1847
--- /dev/null
+++ b/dependency-check-suppressions.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+ ^net\.openhft:affinity:.*$
+ CVE-2018-13752
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index be7373f..a7d7c4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
org.springframework.boot
spring-boot-starter-parent
- 1.3.6.RELEASE
+ 1.5.17.RELEASE
@@ -75,8 +75,19 @@
net.openhft
chronicle-map
- 3.14.5
+ 3.17.0
+
+
+ com.thoughtworks.xstream
+ xstream
+
+
+ org.ops4j.pax.url
+ pax-url-aether
+
+
+
org.springframework.boot
spring-boot-starter-test
@@ -217,7 +228,8 @@
dependency-check-maven
3.3.2
- 11
+ 0
+ dependency-check-suppressions.xml