Skip to content

Commit e39d735

Browse files
[release/v1.32.x] Fix spring-cloud-gateway-2.2 latest dep tests (#10589)
Co-authored-by: Lauri Tulmin <[email protected]>
1 parent fed4747 commit e39d735

File tree

1 file changed

+0
-4
lines changed
  • instrumentation/spring/spring-cloud-gateway/spring-cloud-gateway-2.2/testing

1 file changed

+0
-4
lines changed

instrumentation/spring/spring-cloud-gateway/spring-cloud-gateway-2.2/testing/build.gradle.kts

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ dependencies {
1313

1414
testLibrary("org.springframework.cloud:spring-cloud-starter-gateway:2.2.0.RELEASE")
1515
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.+")
2016
}
2117

2218
tasks.withType<Test>().configureEach {

0 commit comments

Comments
 (0)