Update io.projectreactor to 2023.0.0-M2

Closes gh-13686
This commit is contained in:
Steve Riesenberg 2023-08-18 15:22:26 -05:00 committed by Steve Riesenberg
parent 35181566b5
commit e52231d71b
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.8'
implementation 'io.projectreactor:reactor-core:3.6.0-M2'
implementation 'org.gretty:gretty:4.0.3'
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.19
reactorVersion=2022.0.9
reactorVersion=2023.0.0-M2
springJavaformatVersion=0.0.39
springBootVersion=3.1.1
springDataVersion=2022.0.7