diff --git a/spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/integration/IntegrationGraphEndpointWebIntegrationTests.java b/spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/integration/IntegrationGraphEndpointWebIntegrationTests.java
index 9266634294..0189fb596c 100644
--- a/spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/integration/IntegrationGraphEndpointWebIntegrationTests.java
+++ b/spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/integration/IntegrationGraphEndpointWebIntegrationTests.java
@@ -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.0f)
+ .jsonPath("contentDescriptor.providerFormatVersion").isEqualTo(1.1f)
.jsonPath("contentDescriptor.provider").isEqualTo("spring-integration");
}
diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml
index 9b0e98a704..3b9efd85f9 100644
--- a/spring-boot-project/spring-boot-dependencies/pom.xml
+++ b/spring-boot-project/spring-boot-dependencies/pom.xml
@@ -191,7 +191,7 @@
Moore-BUILD-SNAPSHOT
5.2.0.BUILD-SNAPSHOT
1.0.0.RC2
- 5.2.0.RC1
+ 5.2.0.BUILD-SNAPSHOT
2.3.0.RC1
2.3.2.RELEASE
2.0.3.RELEASE