We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0479eef commit c4abb5aCopy full SHA for c4abb5a
instrumentation/spring/spring-data/spring-data-3.0/testing/build.gradle.kts
@@ -20,6 +20,9 @@ dependencies {
20
testImplementation("org.hsqldb:hsqldb:2.0.0")
21
testImplementation("com.h2database:h2:1.4.197")
22
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
26
}
27
28
otelJava {
0 commit comments