Skip to content

Commit

Permalink
[release/v1.32.x] Fix spring-cloud-gateway-2.2 latest dep tests (#10589)
Browse files Browse the repository at this point in the history
Co-authored-by: Lauri Tulmin <[email protected]>
  • Loading branch information
opentelemetrybot and laurit authored Feb 16, 2024
1 parent fed4747 commit e39d735
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ dependencies {

testLibrary("org.springframework.cloud:spring-cloud-starter-gateway:2.2.0.RELEASE")
testLibrary("org.springframework.boot:spring-boot-starter-test:2.2.0.RELEASE")

// spring-cloud-gateway hasn't yet updated to spring 6.2/boot 3.2
latestDepTestLibrary("org.springframework.boot:spring-boot-starter-webflux:3.1.+")
latestDepTestLibrary("org.springframework.boot:spring-boot-starter-test:3.1.+")
}

tasks.withType<Test>().configureEach {
Expand Down

0 comments on commit e39d735

Please sign in to comment.