Build against Spring Integration 5.3.0.M1 snapshots

See gh-19650
This commit is contained in:
Andy Wilkinson 2020-01-12 19:54:09 +00:00
parent 18ccbf031a
commit 7595336184
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ class IntegrationGraphEndpointWebIntegrationTests {
void graph(WebTestClient client) { void graph(WebTestClient client) {
client.get().uri("/actuator/integrationgraph").accept(MediaType.APPLICATION_JSON).exchange().expectStatus() client.get().uri("/actuator/integrationgraph").accept(MediaType.APPLICATION_JSON).exchange().expectStatus()
.isOk().expectBody().jsonPath("contentDescriptor.providerVersion").isNotEmpty() .isOk().expectBody().jsonPath("contentDescriptor.providerVersion").isNotEmpty()
.jsonPath("contentDescriptor.providerFormatVersion").isEqualTo(1.1f) .jsonPath("contentDescriptor.providerFormatVersion").isEqualTo(1.2f)
.jsonPath("contentDescriptor.provider").isEqualTo("spring-integration"); .jsonPath("contentDescriptor.provider").isEqualTo("spring-integration");
} }

View File

@ -1684,7 +1684,7 @@ bom {
] ]
} }
} }
library('Spring Integration', '5.2.2.RELEASE') { library('Spring Integration', '5.3.0.BUILD-SNAPSHOT') {
group('org.springframework.integration') { group('org.springframework.integration') {
modules = [ modules = [
'spring-integration-http' { 'spring-integration-http' {