Update io.projectreactor to 2022.0.8

Closes gh-13355
This commit is contained in:
Steve Riesenberg 2023-06-16 12:16:09 -05:00
parent d71a051fd3
commit 629299d6ee
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ dependencies {
implementation localGroovy()
implementation 'io.github.gradle-nexus:publish-plugin:1.1.0'
implementation 'io.projectreactor:reactor-core:3.5.5'
implementation 'io.projectreactor:reactor-core:3.5.7'
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.19
reactorVersion=2022.0.6
reactorVersion=2022.0.8
springJavaformatVersion=0.0.38
springBootVersion=2.4.2
springFrameworkVersion=6.0.8