File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -70,23 +70,23 @@ subprojects { subproject ->
70
70
targetCompatibility= 1.8
71
71
72
72
ext {
73
- assertjVersion = ' 3.9 .1'
73
+ assertjVersion = ' 3.11 .1'
74
74
assertkVersion = ' 0.12'
75
75
commonsHttpClientVersion = ' 4.5.5'
76
76
googleJsr305Version = ' 3.0.2'
77
77
hamcrestVersion = ' 1.3'
78
- jackson2Version = ' 2.9.6 '
78
+ jackson2Version = ' 2.9.7 '
79
79
junit4Version = ' 4.12'
80
- junitJupiterVersion = ' 5.3.1 '
81
- junitPlatformVersion = ' 1.3.1 '
82
- log4jVersion = ' 2.11.0 '
80
+ junitJupiterVersion = ' 5.3.2 '
81
+ junitPlatformVersion = ' 1.3.2 '
82
+ log4jVersion = ' 2.11.1 '
83
83
logbackVersion = ' 1.2.3'
84
- mockitoVersion = ' 2.22.0 '
85
- rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.4.1 '
84
+ mockitoVersion = ' 2.23.4 '
85
+ rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.4.3 '
86
86
rabbitmqHttpClientVersion = ' 2.1.0.RELEASE'
87
- reactorVersion = ' 3.2.1 .RELEASE'
87
+ reactorVersion = ' 3.2.3 .RELEASE'
88
88
89
- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.1.2.BUILD-SNAPSHOT '
89
+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.1.3.RELEASE '
90
90
91
91
springRetryVersion = ' 1.2.2.RELEASE'
92
92
}
You can’t perform that action at this time.
0 commit comments