Skip to content

Commit 1a81e47

Browse files
committed
Set version of Spring Data R2DBC in NoSuchMethodFailureAnalyzerTests
Closes gh-46268
1 parent 67de321 commit 1a81e47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
* @author Scott Frederick
3838
*/
3939
@ClassPathOverrides({ "org.springframework:spring-core:5.3.12",
40-
"org.springframework.data:spring-data-relational:1.1.7.RELEASE" })
40+
"org.springframework.data:spring-data-relational:1.1.7.RELEASE",
41+
"org.springframework.data:spring-data-r2dbc:3.4.7" })
4142
class NoSuchMethodFailureAnalyzerTests {
4243

4344
@Test

0 commit comments

Comments
 (0)