File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ subprojects { subproject ->
71
71
ext {
72
72
assertjVersion = ' 3.12.2'
73
73
assertkVersion = ' 0.17'
74
- commonsHttpClientVersion = ' 4.5.6 '
74
+ commonsHttpClientVersion = ' 4.5.9 '
75
75
googleJsr305Version = ' 3.0.2'
76
76
hamcrestVersion = ' 1.3'
77
77
jackson2Version = ' 2.9.9'
@@ -83,9 +83,9 @@ subprojects { subproject ->
83
83
mockitoVersion = ' 2.26.0'
84
84
rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.4.3'
85
85
rabbitmqHttpClientVersion = ' 2.1.0.RELEASE'
86
- reactorVersion = ' 3.2.9 .RELEASE'
86
+ reactorVersion = ' 3.2.11 .RELEASE'
87
87
88
- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.1.8 .RELEASE'
88
+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.1.9 .RELEASE'
89
89
90
90
springRetryVersion = ' 1.2.4.RELEASE'
91
91
}
You can’t perform that action at this time.
0 commit comments