Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Commit 7cb4418

Browse files
committed
Update spring projects dependencies
- update spring-cloud-function version to 1.0.0.M6 - update boot version 1.5.11 to 1.5.12
1 parent f01868e commit 7cb4418

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>1.5.11.RELEASE</version>
14+
<version>1.5.12.RELEASE</version>
1515
<relativePath /> <!-- lookup parent from repository -->
1616
</parent>
1717

@@ -20,7 +20,7 @@
2020
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2121
<java.version>1.8</java.version>
2222
<spring-cloud.version>Edgware.SR2</spring-cloud.version>
23-
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
23+
<spring-cloud-function.version>1.0.0.M6</spring-cloud-function.version>
2424
<spring-cloud-deployer.version>1.2.0.RELEASE</spring-cloud-deployer.version>
2525
<grpc.version>1.8.0</grpc.version>
2626
<reactor.version>3.2.0.M1</reactor.version>

src/it/plain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>1.5.11.RELEASE</version>
16+
<version>1.5.12.RELEASE</version>
1717
<relativePath/>
1818
</parent>
1919

src/it/pof/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>1.5.11.RELEASE</version>
15+
<version>1.5.12.RELEASE</version>
1616
<relativePath />
1717
</parent>
1818

src/it/pojo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>1.5.11.RELEASE</version>
16+
<version>1.5.12.RELEASE</version>
1717
<relativePath/>
1818
</parent>
1919

0 commit comments

Comments
 (0)