Set version of Spring Data R2DBC in NoSuchMethodFailureAnalyzerTests

Closes gh-46268
This commit is contained in:
Stéphane Nicoll 2025-07-04 10:04:52 +02:00
parent 67de3211e7
commit 1a81e4718f
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Scott Frederick * @author Scott Frederick
*/ */
@ClassPathOverrides({ "org.springframework:spring-core:5.3.12", @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 { class NoSuchMethodFailureAnalyzerTests {
@Test @Test