Skip to content

Commit

Permalink
chore(deps): update io.projectreactor to v3.6.2 (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2024
1 parent 3a4a57b commit 303855f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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(group = "io.projectreactor", name = "reactor-core", version = "3.6.1")
api(group = "io.projectreactor", name = "reactor-core", version = "3.6.2")
api(group = "io.projectreactor.addons", name = "reactor-extra", version = "3.5.1")
testImplementation(group = "io.projectreactor", name = "reactor-test", version = "3.6.1")
testImplementation(group = "io.projectreactor", name = "reactor-test", version = "3.6.2")
}

0 comments on commit 303855f

Please sign in to comment.