File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlinVersion = ' 1.2.41 '
2
+ ext. kotlinVersion = ' 1.2.51 '
3
3
repositories {
4
4
maven { url ' https://repo.spring.io/plugins-release' }
5
5
}
@@ -81,10 +81,10 @@ subprojects { subproject ->
81
81
log4jVersion = ' 2.11.0'
82
82
logbackVersion = ' 1.2.3'
83
83
mockitoVersion = ' 2.18.0'
84
- rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.2 .0'
84
+ rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.3 .0'
85
85
rabbitmqHttpClientVersion = ' 2.1.0.RELEASE'
86
86
87
- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.1.0.BUILD-SNAPSHOT '
87
+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.1.0.RC1 '
88
88
89
89
springRetryVersion = ' 1.2.2.RELEASE'
90
90
}
You can’t perform that action at this time.
0 commit comments