mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
Set version of Spring Data R2DBC in NoSuchMethodFailureAnalyzerTests
Closes gh-46268
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user