diff --git a/pom.xml b/pom.xml
index 146346df..b8b5afa8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
1.6.0
1.10.3-jdk8
3.8.0
- 5.3.5
+ 5.3.20
2020.0.5
5.4.5
2020.0.13
diff --git a/spring-vault-core/src/main/java/org/springframework/vault/support/Certificate.java b/spring-vault-core/src/main/java/org/springframework/vault/support/Certificate.java
index 534a7498..a257f902 100644
--- a/spring-vault-core/src/main/java/org/springframework/vault/support/Certificate.java
+++ b/spring-vault-core/src/main/java/org/springframework/vault/support/Certificate.java
@@ -31,8 +31,8 @@ import org.springframework.vault.VaultException;
/**
* Value object representing a certificate consisting of the certificate and the issuer
- * certificate. Certificate and keys can be either DER or PEM (including PEM bundle) encoded.
- * Certificates can be obtained as {@link X509Certificate}.
+ * certificate. Certificate and keys can be either DER or PEM (including PEM bundle)
+ * encoded. Certificates can be obtained as {@link X509Certificate}.
*
* @author Mark Paluch
* @since 2.0