File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlinVersion = ' 1.3.61 '
2+ ext. kotlinVersion = ' 1.3.72 '
33 repositories {
44 mavenCentral()
55 maven { url ' https://plugins.gradle.org/m2' }
@@ -47,19 +47,19 @@ ext {
4747 googleJsr305Version = ' 3.0.2'
4848 hamcrestVersion = ' 2.2'
4949 hibernateValidationVersion = ' 6.2.0.Final'
50- jacksonBomVersion = ' 2.11.3 '
50+ jacksonBomVersion = ' 2.11.4 '
5151 jaywayJsonPathVersion = ' 2.4.0'
5252 junit4Version = ' 4.13.1'
53- junitJupiterVersion = ' 5.7.0 '
53+ junitJupiterVersion = ' 5.7.2 '
5454 log4jVersion = ' 2.13.3'
5555 logbackVersion = ' 1.2.3'
56- micrometerVersion = ' 1.5.12 '
56+ micrometerVersion = ' 1.5.14 '
5757 mockitoVersion = ' 3.6.28'
5858 rabbitmqVersion = project. hasProperty(' rabbitmqVersion' ) ? project. rabbitmqVersion : ' 5.9.0'
5959 rabbitmqHttpClientVersion = ' 3.8.0.RELEASE'
60- reactorVersion = ' 2020.0.5 '
61- springDataCommonsVersion = ' 2.4.6 '
62- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.5 '
60+ reactorVersion = ' 2020.0.7 '
61+ springDataCommonsVersion = ' 2.4.9 '
62+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.7 '
6363 springRetryVersion = ' 1.3.1'
6464}
6565
You can’t perform that action at this time.
0 commit comments