diff --git a/README.md b/README.md
index 5e14f63d..74c68278 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
# as2-lib
-[![javadoc](https://javadoc.io/badge2/com.helger.as2/as2-lib/javadoc.svg)](https://javadoc.io/doc/com.helger.as2/as2-lib)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.helger.as2/as2-lib-parent-pom/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.helger.as2/as2-lib-parent-pom)
+[![javadoc](https://javadoc.io/badge2/com.helger.as2/as2-lib/javadoc.svg)](https://javadoc.io/doc/com.helger.as2/as2-lib)
+[![CodeCov](https://codecov.io/gh/phax/ph-as2/branch/master/graph/badge.svg)](https://codecov.io/gh/phax/ph-as2)
AS2 is a transport protocol specified in [RFC 4130](http://www.ietf.org/rfc/rfc4130.txt).
AS2 version 1.1 adding compression is specified in [RFC 5402](http://www.ietf.org/rfc/rfc5402.txt).
diff --git a/as2-lib/pom.xml b/as2-lib/pom.xml
index b61daa0e..094438cc 100644
--- a/as2-lib/pom.xml
+++ b/as2-lib/pom.xml
@@ -91,6 +91,13 @@
httpclient5
+
+ com.github.spotbugs
+ spotbugs-annotations
+ compile
+ true
+
+
org.slf4j
slf4j-simple
diff --git a/pom.xml b/pom.xml
index 2cd195a6..e68a2da4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,28 +77,28 @@
com.helger.commons
ph-commons-parent-pom
- 11.0.6
+ 11.1.0
pom
import
com.helger
ph-css-parent-pom
- 7.0.0
+ 7.0.1
pom
import
com.helger.web
ph-web-parent-pom
- 10.1.3
+ 10.1.4
pom
import
com.helger.photon
ph-oton-parent-pom
- 9.1.2
+ 9.1.3
pom
import