Set version of Spring Data R2DBC in NoSuchMethodFailureAnalyzerTests
Closes gh-46268
This commit is contained in:
parent
67de3211e7
commit
1a81e4718f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue