Browse Source

Set version of Spring Data R2DBC in NoSuchMethodFailureAnalyzerTests

Closes gh-46268
pull/46604/head
Stéphane Nicoll 6 months ago
parent
commit
1a81e4718f
  1. 3
      spring-boot-project/spring-boot/src/test/java/org/springframework/boot/diagnostics/analyzer/NoSuchMethodFailureAnalyzerTests.java

3
spring-boot-project/spring-boot/src/test/java/org/springframework/boot/diagnostics/analyzer/NoSuchMethodFailureAnalyzerTests.java

@ -37,7 +37,8 @@ import static org.assertj.core.api.Assertions.assertThat; @@ -37,7 +37,8 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Scott Frederick
*/
@ClassPathOverrides({ "org.springframework:spring-core:5.3.12",
"org.springframework.data:spring-data-relational:1.1.7.RELEASE" })
"org.springframework.data:spring-data-relational:1.1.7.RELEASE",
"org.springframework.data:spring-data-r2dbc:3.4.7" })
class NoSuchMethodFailureAnalyzerTests {
@Test

Loading…
Cancel
Save