Skip to content

Commit a80d1aa

Browse files
author
Steve Riesenberg
committed
Update io.projectreactor to 2023.0.0-M3
Closes gh-13829
1 parent ea2238e commit a80d1aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies {
8787
implementation localGroovy()
8888

8989
implementation 'io.github.gradle-nexus:publish-plugin:1.1.0'
90-
implementation 'io.projectreactor:reactor-core:3.6.0-M2'
90+
implementation 'io.projectreactor:reactor-core:3.6.0-M3'
9191
implementation 'org.gretty:gretty:4.0.3'
9292
implementation 'com.apollographql.apollo:apollo-runtime:2.4.5'
9393
implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aspectjVersion=1.9.20
2-
reactorVersion=2023.0.0-M2
2+
reactorVersion=2023.0.0-M3
33
springJavaformatVersion=0.0.39
44
springBootVersion=3.1.1
55
springDataVersion=2023.1.0-M2

0 commit comments

Comments
 (0)