Skip to content

Commit f30ee19

Browse files
committed
Update io.projectreactor to 2020.0.6
Closes gh-9620
1 parent ac288b8 commit f30ee19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
implementation 'net.sourceforge.saxon:saxon:9.1.0.8'
6464
implementation localGroovy()
6565

66-
implementation 'io.projectreactor:reactor-core:3.4.4'
66+
implementation 'io.projectreactor:reactor-core:3.4.5'
6767
implementation 'gradle.plugin.org.gretty:gretty:3.0.1'
6868
implementation 'com.apollographql.apollo:apollo-runtime:2.4.5'
6969
implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0'

dependencies/spring-security-dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ javaPlatform {
88

99
dependencies {
1010
api platform("org.springframework:spring-framework-bom:5.3.5")
11-
api platform("io.projectreactor:reactor-bom:2020.0.5")
11+
api platform("io.projectreactor:reactor-bom:2020.0.6")
1212
api platform("io.rsocket:rsocket-bom:1.1.0")
1313
api platform("org.springframework.data:spring-data-bom:2020.0.7")
1414
api platform("org.jetbrains.kotlin:kotlin-bom:$kotlinVersion")

0 commit comments

Comments
 (0)