Update io.projectreactor to 2022.0.1

Closes gh-12419
This commit is contained in:
Marcus Da Coregio 2022-12-16 13:54:59 -03:00
parent c1fc51c2c0
commit e1d61aff62
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ dependencies {
implementation localGroovy()
implementation 'io.github.gradle-nexus:publish-plugin:1.1.0'
implementation 'io.projectreactor:reactor-core:3.5.0-M6'
implementation 'io.projectreactor:reactor-core:3.5.1'
implementation 'org.gretty:gretty:3.0.9'
implementation 'com.apollographql.apollo:apollo-runtime:2.4.5'
implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0'

View File

@ -1,5 +1,5 @@
aspectjVersion=1.9.9.1
reactorVersion=2022.0.0
reactorVersion=2022.0.1
springJavaformatVersion=0.0.35
springBootVersion=2.4.2
springFrameworkVersion=6.0.0