Skip to content

Commit

Permalink
Reactor to M3
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Aug 5, 2019
1 parent 00983b2 commit 2dc35cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ subprojects { subproject ->
mockitoVersion = '3.0.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.2'
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
reactorVersion = '3.3.0.BUILD-SNAPSHOT'
reactorVersion = '3.3.0.M3'
springDataCommonsVersion = '2.2.0.RC2'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.0.RC1'
springRetryVersion = '1.2.4.RELEASE'
Expand Down

0 comments on commit 2dc35cc

Please sign in to comment.