Skip to content

Commit 4d47d51

Browse files
committed
Update io.projectreactor to 2020.0.19
Closes gh-11213
1 parent 7983c69 commit 4d47d51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
implementation localGroovy()
7373

7474
implementation 'io.github.gradle-nexus:publish-plugin:1.1.0'
75-
implementation 'io.projectreactor:reactor-core:3.4.17'
75+
implementation 'io.projectreactor:reactor-core:3.4.18'
7676
implementation 'gradle.plugin.org.gretty:gretty:3.0.1'
7777
implementation 'com.apollographql.apollo:apollo-runtime:2.4.5'
7878
implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0'

dependencies/spring-security-dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ javaPlatform {
88

99
dependencies {
1010
api platform("org.springframework:spring-framework-bom:$springFrameworkVersion")
11-
api platform("io.projectreactor:reactor-bom:2020.0.18")
11+
api platform("io.projectreactor:reactor-bom:2020.0.19")
1212
api platform("io.rsocket:rsocket-bom:1.1.2")
1313
api platform("org.springframework.data:spring-data-bom:2021.0.10")
1414
api platform("org.jetbrains.kotlin:kotlin-bom:$kotlinVersion")

0 commit comments

Comments
 (0)