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 c1fc51c commit e1d61afCopy full SHA for e1d61af
buildSrc/build.gradle
@@ -87,7 +87,7 @@ dependencies {
87
implementation localGroovy()
88
89
implementation 'io.github.gradle-nexus:publish-plugin:1.1.0'
90
- implementation 'io.projectreactor:reactor-core:3.5.0-M6'
+ implementation 'io.projectreactor:reactor-core:3.5.1'
91
implementation 'org.gretty:gretty:3.0.9'
92
implementation 'com.apollographql.apollo:apollo-runtime:2.4.5'
93
implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0'
gradle.properties
@@ -1,5 +1,5 @@
1
aspectjVersion=1.9.9.1
2
-reactorVersion=2022.0.0
+reactorVersion=2022.0.1
3
springJavaformatVersion=0.0.35
4
springBootVersion=2.4.2
5
springFrameworkVersion=6.0.0
0 commit comments