Skip to content

Commit c7b148e

Browse files
Upgraded to Spring Cloud 1.1.0.
1 parent b8a24ab commit c7b148e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ dependencies {
2424
compile("org.springframework.boot:spring-boot-starter-data-jpa")
2525
compile("org.springframework.boot:spring-boot-starter-actuator")
2626
compile("org.springframework.boot:spring-boot-starter-data-rest")
27-
compile("org.springframework.cloud:spring-cloud-spring-service-connector:1.0.0.RELEASE")
28-
compile("org.springframework.cloud:spring-cloud-cloudfoundry-connector:1.0.0.RELEASE")
27+
compile("org.springframework.cloud:spring-cloud-spring-service-connector:1.1.0.RELEASE")
28+
compile("org.springframework.cloud:spring-cloud-cloudfoundry-connector:1.1.0.RELEASE")
2929
runtime("org.hsqldb:hsqldb")
3030
runtime("mysql:mysql-connector-java:5.1.25")
3131

0 commit comments

Comments
 (0)