Start building against Spring Framework 6.0.5 snapshots

This commit adapts to the changes made for
spring-projects/spring-framework#29885.

Closes gh-34152
This commit is contained in:
Andy Wilkinson 2023-02-15 09:59:26 +00:00
parent 3e618fe70b
commit 5cef7632ee
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ class WebClientObservationConfigurationTests {
webClient.get().uri("https://example.org/projects/{project}", "spring-boot").retrieve().toBodilessEntity() webClient.get().uri("https://example.org/projects/{project}", "spring-boot").retrieve().toBodilessEntity()
.block(Duration.ofSeconds(30)); .block(Duration.ofSeconds(30));
TestObservationRegistryAssert.assertThat(registry).hasObservationWithNameEqualTo("http.client.requests").that() TestObservationRegistryAssert.assertThat(registry).hasObservationWithNameEqualTo("http.client.requests").that()
.hasLowCardinalityKeyValue("uri", "https://example.org/projects/{project}"); .hasLowCardinalityKeyValue("uri", "/projects/{project}");
} }
private WebClient mockWebClient(WebClient.Builder builder) { private WebClient mockWebClient(WebClient.Builder builder) {

View File

@ -1355,7 +1355,7 @@ bom {
] ]
} }
} }
library("Spring Framework", "6.0.4") { library("Spring Framework", "6.0.5-SNAPSHOT") {
group("org.springframework") { group("org.springframework") {
imports = [ imports = [
"spring-framework-bom" "spring-framework-bom"