Skip to content

Commit 6019e5d

Browse files
authored
Fix spring webflux latest dep tests (#13096)
1 parent 37a44b3 commit 6019e5d

File tree

1 file changed

+0
-2
lines changed
  • instrumentation/spring/spring-webflux/spring-webflux-5.3/library

1 file changed

+0
-2
lines changed

instrumentation/spring/spring-webflux/spring-webflux-5.3/library/build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ dependencies {
1414
testLibrary("org.springframework.boot:spring-boot-starter-webflux:2.4.0")
1515
testLibrary("org.springframework.boot:spring-boot-starter-test:2.4.0")
1616
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:+")
1917
}
2018

2119
val latestDepTest = findProperty("testLatestDeps") as Boolean

0 commit comments

Comments
 (0)