File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlinVersion = ' 1.3.61 '
2
+ ext. kotlinVersion = ' 1.3.72 '
3
3
repositories {
4
4
mavenCentral()
5
5
maven { url ' https://plugins.gradle.org/m2' }
@@ -47,19 +47,19 @@ ext {
47
47
googleJsr305Version = ' 3.0.2'
48
48
hamcrestVersion = ' 2.2'
49
49
hibernateValidationVersion = ' 6.2.0.Final'
50
- jacksonBomVersion = ' 2.11.3 '
50
+ jacksonBomVersion = ' 2.11.4 '
51
51
jaywayJsonPathVersion = ' 2.4.0'
52
52
junit4Version = ' 4.13.1'
53
- junitJupiterVersion = ' 5.7.0 '
53
+ junitJupiterVersion = ' 5.7.2 '
54
54
log4jVersion = ' 2.13.3'
55
55
logbackVersion = ' 1.2.3'
56
- micrometerVersion = ' 1.5.12 '
56
+ micrometerVersion = ' 1.5.14 '
57
57
mockitoVersion = ' 3.6.28'
58
58
rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.9.0'
59
59
rabbitmqHttpClientVersion = ' 3.8.0.RELEASE'
60
- reactorVersion = ' 2020.0.5 '
61
- springDataCommonsVersion = ' 2.4.6 '
62
- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.5 '
60
+ reactorVersion = ' 2020.0.7 '
61
+ springDataCommonsVersion = ' 2.4.9 '
62
+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.7 '
63
63
springRetryVersion = ' 1.3.1'
64
64
}
65
65
You can’t perform that action at this time.
0 commit comments