Skip to content

Commit 4fbc98d

Browse files
author
Steve Riesenberg
committed
Update io.projectreactor to 2020.0.14
Closes gh-10651
1 parent 44cdbd6 commit 4fbc98d

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
@@ -75,7 +75,7 @@ dependencies {
7575
implementation localGroovy()
7676

7777
implementation 'io.github.gradle-nexus:publish-plugin:1.1.0'
78-
implementation 'io.projectreactor:reactor-core:3.4.12'
78+
implementation 'io.projectreactor:reactor-core:3.4.13'
7979
implementation 'gradle.plugin.org.gretty:gretty:3.0.1'
8080
implementation 'com.apollographql.apollo:apollo-runtime:2.4.5'
8181
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:$springFrameworkVersion")
11-
api platform("io.projectreactor:reactor-bom:2020.0.13")
11+
api platform("io.projectreactor:reactor-bom:2020.0.14")
1212
api platform("io.rsocket:rsocket-bom:1.1.1")
1313
api platform("org.junit:junit-bom:5.8.1")
1414
api platform("org.springframework.data:spring-data-bom:2021.1.0")

0 commit comments

Comments
 (0)