We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed4747 commit e39d735Copy full SHA for e39d735
instrumentation/spring/spring-cloud-gateway/spring-cloud-gateway-2.2/testing/build.gradle.kts
@@ -13,10 +13,6 @@ dependencies {
13
14
testLibrary("org.springframework.cloud:spring-cloud-starter-gateway:2.2.0.RELEASE")
15
testLibrary("org.springframework.boot:spring-boot-starter-test:2.2.0.RELEASE")
16
-
17
- // spring-cloud-gateway hasn't yet updated to spring 6.2/boot 3.2
18
- latestDepTestLibrary("org.springframework.boot:spring-boot-starter-webflux:3.1.+")
19
- latestDepTestLibrary("org.springframework.boot:spring-boot-starter-test:3.1.+")
20
}
21
22
tasks.withType<Test>().configureEach {
0 commit comments