We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cd7f9 commit e687c4aCopy full SHA for e687c4a
buildSrc/build.gradle
@@ -86,7 +86,7 @@ dependencies {
86
implementation localGroovy()
87
88
implementation 'io.github.gradle-nexus:publish-plugin:1.1.0'
89
- implementation 'io.projectreactor:reactor-core:3.5.6'
+ implementation 'io.projectreactor:reactor-core:3.5.7'
90
implementation 'org.gretty:gretty:4.0.3'
91
implementation 'com.apollographql.apollo:apollo-runtime:2.4.5'
92
implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0'
gradle.properties
@@ -1,5 +1,5 @@
1
aspectjVersion=1.9.19
2
-reactorVersion=2022.0.7
+reactorVersion=2022.0.8
3
springJavaformatVersion=0.0.38
4
springBootVersion=3.0.6
5
springFrameworkVersion=6.0.9
0 commit comments