File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
modifiedFiles =
37
37
files(grgit. status(). unstaged. modified). filter{ f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
38
38
39
- assertjVersion = ' 3.14 .0'
39
+ assertjVersion = ' 3.15 .0'
40
40
assertkVersion = ' 0.20'
41
41
commonsHttpClientVersion = ' 4.5.10'
42
42
googleJsr305Version = ' 3.0.2'
@@ -47,13 +47,13 @@ ext {
47
47
junitJupiterVersion = ' 5.5.2'
48
48
log4jVersion = ' 2.12.1'
49
49
logbackVersion = ' 1.2.3'
50
- micrometerVersion = ' 1.3.3 '
50
+ micrometerVersion = ' 1.3.6 '
51
51
mockitoVersion = ' 3.0.0'
52
52
rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.7.3'
53
53
rabbitmqHttpClientVersion = ' 3.2.0.RELEASE'
54
- reactorVersion = ' Dysprosium-SR5 '
55
- springDataCommonsVersion = ' 2.2.5 .RELEASE'
56
- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.2.4 .RELEASE'
54
+ reactorVersion = ' Dysprosium-SR6 '
55
+ springDataCommonsVersion = ' 2.2.6 .RELEASE'
56
+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.2.5 .RELEASE'
57
57
springRetryVersion = ' 1.2.5.RELEASE'
58
58
}
59
59
You can’t perform that action at this time.
0 commit comments