Skip to content

Commit de9e26c

Browse files
benwilcockspencergibb
authored andcommitted
Updated to SR1 of Greenwich (#7)
1 parent 120be4e commit de9e26c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gateway/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repositories {
2929

3030
dependencyManagement {
3131
imports {
32-
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Greenwich.BUILD-SNAPSHOT'
32+
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Greenwich.SR1'
3333
}
3434
}
3535

@@ -41,4 +41,4 @@ dependencies {
4141
// for sample controller in gateway
4242
"org.springframework.boot:spring-boot-starter-thymeleaf",
4343
"org.thymeleaf.extras:thymeleaf-extras-springsecurity5"
44-
}
44+
}

0 commit comments

Comments
 (0)