11buildscript {
2- ext. kotlinVersion = ' 1.4.21 '
2+ ext. kotlinVersion = ' 1.4.30 '
33 repositories {
44 mavenCentral()
55 maven { url ' https://plugins.gradle.org/m2' }
@@ -47,11 +47,11 @@ ext {
4747 modifiedFiles =
4848 files(grgit. status(). unstaged. modified). filter{ f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
4949
50- activeMqVersion = ' 5.16.0 '
50+ activeMqVersion = ' 5.16.1 '
5151 apacheSshdVersion = ' 2.5.1'
5252 aspectjVersion = ' 1.9.6'
5353 assertjVersion = ' 3.17.2'
54- assertkVersion = ' 0.23'
54+ assertkVersion = ' 0.23.1 '
5555 avroVersion = ' 1.10.1'
5656 awaitilityVersion = ' 4.0.3'
5757 commonsDbcp2Version = ' 2.8.0'
6464 groovyVersion = ' 3.0.7'
6565 hamcrestVersion = ' 2.2'
6666 hazelcastVersion = ' 4.0.3'
67- hibernateVersion = ' 5.4.25 .Final'
67+ hibernateVersion = ' 5.4.28 .Final'
6868 hsqldbVersion = ' 2.5.1'
6969 h2Version = ' 1.4.200'
7070 jacksonVersion = ' 2.11.4'
@@ -78,14 +78,14 @@ ext {
7878 jrubyVersion = ' 9.2.13.0'
7979 jschVersion = ' 0.1.55'
8080 jsonpathVersion = ' 2.4.0'
81- junit4Version = ' 4.13.1 '
82- junitJupiterVersion = ' 5.7.0 '
81+ junit4Version = ' 4.13.2 '
82+ junitJupiterVersion = ' 5.7.1 '
8383 jythonVersion = ' 2.7.2'
8484 kryoShadedVersion = ' 4.0.2'
85- lettuceVersion = ' 6.0.1 .RELEASE'
85+ lettuceVersion = ' 6.0.2 .RELEASE'
8686 log4jVersion = ' 2.13.3'
8787 mailVersion = ' 1.6.5'
88- micrometerVersion = ' 1.5.9 '
88+ micrometerVersion = ' 1.5.11 '
8989 mockitoVersion = ' 3.6.28'
9090 mongoDriverVersion = ' 4.1.1'
9191 mysqlVersion = ' 8.0.22'
@@ -100,12 +100,12 @@ ext {
100100 servletApiVersion = ' 4.0.1'
101101 smackVersion = ' 4.3.5'
102102 soapVersion = ' 1.4.0'
103- springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 2.3.4 '
104- springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' 2020.0.3 '
105- springKafkaVersion = ' 2.6.5 '
103+ springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 2.3.5 '
104+ springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' 2020.0.4 '
105+ springKafkaVersion = ' 2.6.6 '
106106 springRetryVersion = ' 1.3.0'
107- springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 5.4.2 '
108- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.3 '
107+ springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 5.4.4 '
108+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.4 '
109109 springWsVersion = ' 3.0.10.RELEASE'
110110 tomcatVersion = " 9.0.41"
111111 xstreamVersion = ' 1.4.15'
0 commit comments