Skip to content

Commit

Permalink
Fix spring webflux latest dep tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Jan 24, 2025
1 parent edbd9aa commit a6125e7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ dependencies {
testLibrary("org.springframework.boot:spring-boot-starter-webflux:2.4.0")
testLibrary("org.springframework.boot:spring-boot-starter-test:2.4.0")
testLibrary("org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0")
// can be remove after starter is update to depend on spring 6.1
latestDepTestLibrary("org.springframework:spring-context:+")
}

val latestDepTest = findProperty("testLatestDeps") as Boolean
Expand Down

0 comments on commit a6125e7

Please sign in to comment.