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 ->
7070 targetCompatibility= 1.8
7171
7272 ext {
73- assertjVersion = ' 3.9 .1'
73+ assertjVersion = ' 3.11 .1'
7474 assertkVersion = ' 0.12'
7575 commonsHttpClientVersion = ' 4.5.5'
7676 googleJsr305Version = ' 3.0.2'
7777 hamcrestVersion = ' 1.3'
78- jackson2Version = ' 2.9.6 '
78+ jackson2Version = ' 2.9.7 '
7979 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 '
8383 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 '
8686 rabbitmqHttpClientVersion = ' 2.1.0.RELEASE'
87- reactorVersion = ' 3.2.1 .RELEASE'
87+ reactorVersion = ' 3.2.3 .RELEASE'
8888
89- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.1.2.BUILD-SNAPSHOT '
89+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.1.3.RELEASE '
9090
9191 springRetryVersion = ' 1.2.2.RELEASE'
9292 }
You can’t perform that action at this time.
0 commit comments