Browse Source

Updating dependencies

pull/598/head
Ryan Baxter 6 years ago
parent
commit
08bdac40d0
  1. 2
      pom.xml
  2. 2
      spring-cloud-commons-dependencies/pom.xml
  3. 2
      spring-cloud-context/src/main/java/org/springframework/cloud/bootstrap/encrypt/KeyProperties.java

2
pom.xml

@ -13,7 +13,7 @@ @@ -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>

2
spring-cloud-commons-dependencies/pom.xml

@ -6,7 +6,7 @@ @@ -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>

2
spring-cloud-context/src/main/java/org/springframework/cloud/bootstrap/encrypt/KeyProperties.java

@ -108,7 +108,7 @@ public class KeyProperties { @@ -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";

Loading…
Cancel
Save