Skip to content

Commit c4abb5a

Browse files
authored
Fix spring data latest dep test (#15300)
1 parent 0479eef commit c4abb5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

instrumentation/spring/spring-data/spring-data-3.0/testing/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ dependencies {
2020
testImplementation("org.hsqldb:hsqldb:2.0.0")
2121
testImplementation("com.h2database:h2:1.4.197")
2222
testImplementation("io.r2dbc:r2dbc-h2:1.0.0.RELEASE")
23+
24+
// latest version of spring data is not yet compatible with spring 7 yet
25+
latestDepTestLibrary("org.springframework:spring-test:6.+") // documented limitation
2326
}
2427

2528
otelJava {

0 commit comments

Comments
 (0)