@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.1.3.BUILD-SNAPSHOT</version>
<version>2.1.4.BUILD-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<scm>
@ -6,7 +6,7 @@
<artifactId>spring-cloud-dependencies-parent</artifactId>
<relativePath/>
<artifactId>spring-cloud-commons-dependencies</artifactId>
@ -108,7 +108,7 @@ public class KeyProperties {
private String secret;
/**
* The KeyStore type. Defaults to jks.
*/
private String type = "jks";