File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ ext {
38
38
modifiedFiles =
39
39
files(grgit. status(). unstaged. modified). filter{ f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
40
40
41
- assertjVersion = ' 3.17.2 '
41
+ assertjVersion = ' 3.18.0 '
42
42
assertkVersion = ' 0.20'
43
43
awaitilityVersion = ' 4.0.3'
44
44
commonsHttpClientVersion = ' 4.5.13'
45
- commonsPoolVersion = ' 2.8 .0'
45
+ commonsPoolVersion = ' 2.9 .0'
46
46
googleJsr305Version = ' 3.0.2'
47
47
hamcrestVersion = ' 2.2'
48
48
jacksonVersion = ' 2.11.3'
@@ -52,12 +52,12 @@ ext {
52
52
log4jVersion = ' 2.13.3'
53
53
logbackVersion = ' 1.2.3'
54
54
micrometerVersion = ' 1.5.5'
55
- mockitoVersion = ' 3.5.13 '
55
+ mockitoVersion = ' 3.6.0 '
56
56
rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.9.0'
57
57
rabbitmqHttpClientVersion = ' 3.8.0.RELEASE'
58
- reactorVersion = ' 2020.0.0-RC2 '
59
- springDataCommonsVersion = ' 2.4.0-RC2 '
60
- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.0-RC2 '
58
+ reactorVersion = ' 2020.0.0'
59
+ springDataCommonsVersion = ' 2.4.0'
60
+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.0'
61
61
springRetryVersion = ' 1.3.0'
62
62
}
63
63
You can’t perform that action at this time.
0 commit comments