11buildscript {
2- ext. kotlinVersion = ' 1.3.70 '
2+ ext. kotlinVersion = ' 1.3.71 '
33 repositories {
44 maven { url ' https://repo.spring.io/plugins-release' }
55 }
@@ -16,7 +16,7 @@ plugins {
1616 id ' io.spring.nohttp' version ' 0.0.4.RELEASE' apply false
1717 id ' org.ajoberstar.grgit' version ' 4.0.1'
1818 id " io.spring.dependency-management" version ' 1.0.9.RELEASE'
19- id ' com.jfrog.artifactory' version ' 4.14 .1' apply false
19+ id ' com.jfrog.artifactory' version ' 4.15 .1' apply false
2020 id ' org.jetbrains.dokka' version ' 0.10.1'
2121}
2222
@@ -44,12 +44,12 @@ ext {
4444 modifiedFiles =
4545 files(grgit. status(). unstaged. modified). filter{ f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
4646
47- activeMqVersion = ' 5.15.11 '
47+ activeMqVersion = ' 5.15.12 '
4848 apacheSshdVersion = ' 2.4.0'
4949 avroVersion = ' 1.9.2'
5050 aspectjVersion = ' 1.9.5'
5151 assertjVersion = ' 3.15.0'
52- assertkVersion = ' 0.21 '
52+ assertkVersion = ' 0.22 '
5353 awaitilityVersion = ' 4.0.2'
5454 commonsDbcp2Version = ' 2.7.0'
5555 commonsIoVersion = ' 2.6'
@@ -74,18 +74,18 @@ ext {
7474 jschVersion = ' 0.1.55'
7575 jsonpathVersion = ' 2.4.0'
7676 junit4Version = ' 4.13'
77- junitJupiterVersion = ' 5.6.0 '
77+ junitJupiterVersion = ' 5.6.1 '
7878 jythonVersion = ' 2.7.0'
7979 kryoShadedVersion = ' 4.0.2'
8080 lettuceVersion = ' 5.2.2.RELEASE'
8181 log4jVersion = ' 2.13.1'
82- micrometerVersion = ' 1.3.5 '
83- mockitoVersion = ' 3.3.0 '
84- mongoDriverVersion = ' 4.0.0 '
82+ micrometerVersion = ' 1.3.6 '
83+ mockitoVersion = ' 3.3.3 '
84+ mongoDriverVersion = ' 4.0.1 '
8585 mysqlVersion = ' 8.0.19'
8686 pahoMqttClientVersion = ' 1.2.2'
87- postgresVersion = ' 42.2.10 '
88- reactorVersion = ' Dysprosium-SR5 '
87+ postgresVersion = ' 42.2.11 '
88+ reactorVersion = ' Dysprosium-SR6 '
8989 resilience4jVersion = ' 1.3.1'
9090 romeToolsVersion = ' 1.12.2'
9191 rsocketVersion = ' 1.0.0-RC6'
9595 springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' Neumann-M4'
9696 springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 5.3.0.RELEASE'
9797 springRetryVersion = ' 1.2.5.RELEASE'
98- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.2.4 .RELEASE'
98+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.2.5 .RELEASE'
9999 springWsVersion = ' 3.0.8.RELEASE'
100100 tomcatVersion = " 9.0.31"
101101 xstreamVersion = ' 1.4.11.1'
0 commit comments