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