Skip to content

Commit

Permalink
Update to reactor 3.6.1
Browse files Browse the repository at this point in the history
All modules that depend on reactor were already tested / compiled against 3.6.1, since it's the version
brought in by Spring Boot; however, the DGS platform BOM was still requesting an older version.

Update the DGS platform BOM to be in line with the Spring Boot version.

See: https://docs.spring.io/spring-boot/docs/current/reference/html/dependency-versions.html
  • Loading branch information
Patrick Strawderman authored and kilink committed Jan 18, 2024
1 parent b509387 commit 59ff638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphql-dgs-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ dependencies {
version { require("2.7.0") }
}
api("io.projectreactor:reactor-core") {
version { require("3.4.22") }
version { require("3.6.1") }
}
api("io.projectreactor:reactor-test"){
version { require("3.4.22") }
version { require("3.6.1") }
}
// CVEs
api("org.apache.logging.log4j:log4j-to-slf4j:2.22.1") {
Expand Down

0 comments on commit 59ff638

Please sign in to comment.