Skip to content

Commit

Permalink
chore(deps): update io.projectreactor
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 1c5636b commit b190e96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions handler-reactor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
testImplementation(project(":core"))

// Reactor - see https://repo1.maven.org/maven2/io/projectreactor/reactor-bom/Dysprosium-SR12/reactor-bom-Dysprosium-SR12.pom
api("io.projectreactor:reactor-core:3.6.8")
api("io.projectreactor.addons:reactor-extra:3.5.1")
testImplementation("io.projectreactor:reactor-test:3.6.8")
api("io.projectreactor:reactor-core:3.6.9")
api("io.projectreactor.addons:reactor-extra:3.5.2")
testImplementation("io.projectreactor:reactor-test:3.6.9")
}

0 comments on commit b190e96

Please sign in to comment.