Updating dependencies
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -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 @@
|
||||
<parent>
|
||||
<artifactId>spring-cloud-dependencies-parent</artifactId>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<version>2.1.3.BUILD-SNAPSHOT</version>
|
||||
<version>2.1.4.BUILD-SNAPSHOT</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<artifactId>spring-cloud-commons-dependencies</artifactId>
|
||||
|
||||
@@ -108,7 +108,7 @@ public class KeyProperties {
|
||||
private String secret;
|
||||
|
||||
/**
|
||||
* The KeyStore type. Defaults to jks.
|
||||
* The KeyStore type. Defaults to jks.
|
||||
*/
|
||||
private String type = "jks";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user