1
1
buildscript {
2
- ext. kotlinVersion = ' 1.4.21 '
2
+ ext. kotlinVersion = ' 1.4.30 '
3
3
repositories {
4
4
mavenCentral()
5
5
maven { url ' https://plugins.gradle.org/m2' }
@@ -47,11 +47,11 @@ ext {
47
47
modifiedFiles =
48
48
files(grgit. status(). unstaged. modified). filter{ f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
49
49
50
- activeMqVersion = ' 5.16.0 '
50
+ activeMqVersion = ' 5.16.1 '
51
51
apacheSshdVersion = ' 2.5.1'
52
52
aspectjVersion = ' 1.9.6'
53
53
assertjVersion = ' 3.17.2'
54
- assertkVersion = ' 0.23'
54
+ assertkVersion = ' 0.23.1 '
55
55
avroVersion = ' 1.10.1'
56
56
awaitilityVersion = ' 4.0.3'
57
57
commonsDbcp2Version = ' 2.8.0'
64
64
groovyVersion = ' 3.0.7'
65
65
hamcrestVersion = ' 2.2'
66
66
hazelcastVersion = ' 4.0.3'
67
- hibernateVersion = ' 5.4.25 .Final'
67
+ hibernateVersion = ' 5.4.28 .Final'
68
68
hsqldbVersion = ' 2.5.1'
69
69
h2Version = ' 1.4.200'
70
70
jacksonVersion = ' 2.11.4'
@@ -78,14 +78,14 @@ ext {
78
78
jrubyVersion = ' 9.2.13.0'
79
79
jschVersion = ' 0.1.55'
80
80
jsonpathVersion = ' 2.4.0'
81
- junit4Version = ' 4.13.1 '
82
- junitJupiterVersion = ' 5.7.0 '
81
+ junit4Version = ' 4.13.2 '
82
+ junitJupiterVersion = ' 5.7.1 '
83
83
jythonVersion = ' 2.7.2'
84
84
kryoShadedVersion = ' 4.0.2'
85
- lettuceVersion = ' 6.0.1 .RELEASE'
85
+ lettuceVersion = ' 6.0.2 .RELEASE'
86
86
log4jVersion = ' 2.13.3'
87
87
mailVersion = ' 1.6.5'
88
- micrometerVersion = ' 1.5.9 '
88
+ micrometerVersion = ' 1.5.11 '
89
89
mockitoVersion = ' 3.6.28'
90
90
mongoDriverVersion = ' 4.1.1'
91
91
mysqlVersion = ' 8.0.22'
@@ -100,12 +100,12 @@ ext {
100
100
servletApiVersion = ' 4.0.1'
101
101
smackVersion = ' 4.3.5'
102
102
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 '
106
106
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 '
109
109
springWsVersion = ' 3.0.10.RELEASE'
110
110
tomcatVersion = " 9.0.41"
111
111
xstreamVersion = ' 1.4.15'
0 commit comments