Commit 75953361 authored by Andy Wilkinson's avatar Andy Wilkinson

Build against Spring Integration 5.3.0.M1 snapshots

See gh-19650
parent 18ccbf03
......@@ -36,7 +36,7 @@ class IntegrationGraphEndpointWebIntegrationTests {
void graph(WebTestClient client) {
client.get().uri("/actuator/integrationgraph").accept(MediaType.APPLICATION_JSON).exchange().expectStatus()
.isOk().expectBody().jsonPath("contentDescriptor.providerVersion").isNotEmpty()
.jsonPath("contentDescriptor.providerFormatVersion").isEqualTo(1.1f)
.jsonPath("contentDescriptor.providerFormatVersion").isEqualTo(1.2f)
.jsonPath("contentDescriptor.provider").isEqualTo("spring-integration");
}
......
......@@ -1684,7 +1684,7 @@ bom {
]
}
}
library('Spring Integration', '5.2.2.RELEASE') {
library('Spring Integration', '5.3.0.BUILD-SNAPSHOT') {
group('org.springframework.integration') {
modules = [
'spring-integration-http' {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment