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 db576ce commit d304541Copy full SHA for d304541
build.gradle
@@ -62,9 +62,9 @@ ext {
62
mockitoVersion = '2.26.0'
63
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.4.3'
64
rabbitmqHttpClientVersion = '2.1.0.RELEASE'
65
- reactorVersion = '3.2.17.RELEASE'
+ reactorVersion = '3.2.19.RELEASE'
66
springRetryVersion = '1.2.5.RELEASE'
67
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.15.RELEASE'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.17.RELEASE'
68
69
70
expandPlaceholders = '**/quick-tour.xml'
0 commit comments