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 53c9150 commit 00ef68cCopy full SHA for 00ef68c
build.gradle
@@ -62,11 +62,11 @@ 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.11.RELEASE'
+ reactorVersion = '3.2.12.RELEASE'
66
+ springRetryVersion = '1.2.4.RELEASE'
67
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.11.BUILD-SNAPSHOT'
68
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.10.RELEASE'
69
- springRetryVersion = '1.2.4.RELEASE'
70
expandPlaceholders = '**/quick-tour.xml'
71
javadocLinks = [
72
"https://docs.oracle.com/javase/8/docs/api/",
0 commit comments