Skip to content

Commit

Permalink
Update Reactor Core version to 3.1.12.BUILD-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Oct 30, 2018
1 parent 6a5032b commit c8628d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ext {
gradleVersion = '3.3'
gradleScriptDir = "${rootProject.projectDir}/gradle"

reactorCoreVersion = "3.1.11.RELEASE"
reactorCoreVersion = "3.1.12.BUILD-SNAPSHOT"

// Languages
groovyVersion = '2.4.1'
Expand All @@ -58,7 +58,7 @@ ext {
assertJVersion = '3.6.1'

// Libraries
nettyVersion = '4.1.30.Final'
nettyVersion = '4.1.29.Final'
jacksonDatabindVersion = '2.5.1'

// Testing
Expand Down

0 comments on commit c8628d4

Please sign in to comment.