Skip to content

Commit

Permalink
Revert "chore: Rev org.springframework dependencies to address vulner…
Browse files Browse the repository at this point in the history
…abilitie…" (#21)

This reverts commit 497b4d8.
  • Loading branch information
bryceatmoderne authored Sep 4, 2024
1 parent 497b4d8 commit 71d9ee5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ dependencies {
// error-prone-contrib only has provided dependencies, whereas the platform needs these on the classpath at runtime
runtimeOnly("org.junit.jupiter:junit-jupiter-api:latest.release")
runtimeOnly("org.assertj:assertj-core:latest.release")
runtimeOnly("org.springframework:spring-context:6.0.23")
runtimeOnly("org.springframework:spring-test:6.0.23")
runtimeOnly("org.springframework:spring-web:6.0.23")
runtimeOnly("org.springframework:spring-webflux:6.0.23")
runtimeOnly("org.springframework:spring-context:5.3.32")
runtimeOnly("org.springframework:spring-test:5.3.32")
runtimeOnly("org.springframework:spring-web:5.3.32")
runtimeOnly("org.springframework:spring-webflux:5.3.32")
runtimeOnly("org.testng:testng:7.5")
runtimeOnly("io.projectreactor:reactor-core:latest.release")
runtimeOnly("io.projectreactor:reactor-test:latest.release")
Expand Down

0 comments on commit 71d9ee5

Please sign in to comment.