Skip to content

Commit 07aef93

Browse files
committed
Update io.projectreactor to 2022.0.6
Closes gh-13046
1 parent efb45e4 commit 07aef93

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
@@ -87,7 +87,7 @@ dependencies {
8787
implementation localGroovy()
8888

8989
implementation 'io.github.gradle-nexus:publish-plugin:1.1.0'
90-
implementation 'io.projectreactor:reactor-core:3.5.4'
90+
implementation 'io.projectreactor:reactor-core:3.5.5'
9191
implementation 'org.gretty:gretty:4.0.3'
9292
implementation 'com.apollographql.apollo:apollo-runtime:2.4.5'
9393
implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aspectjVersion=1.9.19
2-
reactorVersion=2022.0.5
2+
reactorVersion=2022.0.6
33
springJavaformatVersion=0.0.38
44
springBootVersion=2.4.2
55
springFrameworkVersion=6.0.7

0 commit comments

Comments
 (0)