We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edbd9aa commit a6125e7Copy full SHA for a6125e7
instrumentation/spring/spring-webflux/spring-webflux-5.3/library/build.gradle.kts
@@ -14,8 +14,6 @@ dependencies {
14
testLibrary("org.springframework.boot:spring-boot-starter-webflux:2.4.0")
15
testLibrary("org.springframework.boot:spring-boot-starter-test:2.4.0")
16
testLibrary("org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0")
17
- // can be remove after starter is update to depend on spring 6.1
18
- latestDepTestLibrary("org.springframework:spring-context:+")
19
}
20
21
val latestDepTest = findProperty("testLatestDeps") as Boolean
0 commit comments