1
1
buildscript {
2
- ext. kotlinVersion = ' 1.4.0 '
2
+ ext. kotlinVersion = ' 1.4.10 '
3
3
repositories {
4
4
maven { url ' https://repo.spring.io/plugins-release' }
5
5
}
@@ -13,8 +13,8 @@ plugins {
13
13
id ' org.sonarqube' version ' 2.8'
14
14
id ' io.spring.nohttp' version ' 0.0.5.RELEASE' apply false
15
15
id ' org.ajoberstar.grgit' version ' 4.0.2'
16
- id " io.spring.dependency-management" version ' 1.0.9 .RELEASE'
17
- id ' com.jfrog.artifactory' version ' 4.16.1 ' apply false
16
+ id " io.spring.dependency-management" version ' 1.0.10 .RELEASE'
17
+ id ' com.jfrog.artifactory' version ' 4.17.2 ' apply false
18
18
id ' org.jetbrains.dokka' version ' 0.10.1'
19
19
id ' org.asciidoctor.jvm.pdf' version ' 3.2.0'
20
20
id ' org.asciidoctor.jvm.gems' version ' 3.2.0'
@@ -48,12 +48,12 @@ ext {
48
48
activeMqVersion = ' 5.16.0'
49
49
apacheSshdVersion = ' 2.5.1'
50
50
aspectjVersion = ' 1.9.6'
51
- assertjVersion = ' 3.16.1 '
51
+ assertjVersion = ' 3.17.2 '
52
52
assertkVersion = ' 0.22'
53
53
avroVersion = ' 1.10.0'
54
54
awaitilityVersion = ' 4.0.3'
55
55
commonsDbcp2Version = ' 2.7.0'
56
- commonsIoVersion = ' 2.7 '
56
+ commonsIoVersion = ' 2.8.0 '
57
57
commonsNetVersion = ' 3.7'
58
58
curatorVersion = ' 4.3.0'
59
59
derbyVersion = ' 10.14.2.0'
@@ -62,13 +62,12 @@ ext {
62
62
groovyVersion = ' 3.0.5'
63
63
hamcrestVersion = ' 2.2'
64
64
hazelcastVersion = ' 4.0.2'
65
- hibernateVersion = ' 5.4.20 .Final'
65
+ hibernateVersion = ' 5.4.21 .Final'
66
66
hsqldbVersion = ' 2.5.1'
67
67
h2Version = ' 1.4.200'
68
68
jacksonVersion = ' 2.11.2'
69
69
javaxActivationVersion = ' 1.2.0'
70
70
javaxAnnotationVersion= ' 1.3.2'
71
- javaxMailVersion = ' 1.6.2'
72
71
jaxbVersion = ' 2.3.3'
73
72
jeroMqVersion = ' 0.5.2'
74
73
jmsApiVersion = ' 2.0.1'
@@ -78,34 +77,35 @@ ext {
78
77
jschVersion = ' 0.1.55'
79
78
jsonpathVersion = ' 2.4.0'
80
79
junit4Version = ' 4.13'
81
- junitJupiterVersion = ' 5.7.0-M1 '
80
+ junitJupiterVersion = ' 5.7.0'
82
81
jythonVersion = ' 2.7.2'
83
82
kryoShadedVersion = ' 4.0.2'
84
- lettuceVersion = ' 6.0.0.RC1 '
83
+ lettuceVersion = ' 6.0.0.RC2 '
85
84
log4jVersion = ' 2.13.3'
86
- micrometerVersion = ' 1.5.3'
87
- mockitoVersion = ' 3.4.6'
85
+ mailVersion = ' 1.6.5'
86
+ micrometerVersion = ' 1.5.4'
87
+ mockitoVersion = ' 3.5.10'
88
88
mongoDriverVersion = ' 4.1.0'
89
89
mysqlVersion = ' 8.0.21'
90
90
pahoMqttClientVersion = ' 1.2.4'
91
91
postgresVersion = ' 42.2.14'
92
92
r2dbch2Version= ' 0.8.4.RELEASE'
93
93
reactorVersion = ' 2020.0.0-RC1'
94
94
resilience4jVersion = ' 1.5.0'
95
- romeToolsVersion = ' 1.12.2 '
96
- rsocketVersion = ' 1.1.0-SNAPSHOT '
95
+ romeToolsVersion = ' 1.15.0 '
96
+ rsocketVersion = ' 1.1.0-M2 '
97
97
saajVersion = ' 1.5.2'
98
98
servletApiVersion = ' 4.0.1'
99
99
smackVersion = ' 4.3.4'
100
100
soapVersion = ' 1.4.0'
101
- springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 2.3.0-SNAPSHOT '
102
- springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' 2020.0.0-SNAPSHOT '
101
+ springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 2.3.0-M3 '
102
+ springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' 2020.0.0-RC1 '
103
103
springKafkaVersion = ' 2.6.0'
104
104
springRetryVersion = ' 1.3.0'
105
105
springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 5.4.0'
106
- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.0-SNAPSHOT '
107
- springWsVersion = ' 3.0.9 .RELEASE'
108
- tomcatVersion = " 9.0.37 "
106
+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.0-RC1 '
107
+ springWsVersion = ' 3.0.10 .RELEASE'
108
+ tomcatVersion = " 9.0.38 "
109
109
xstreamVersion = ' 1.4.13'
110
110
111
111
javaProjects = subprojects - project(' :spring-integration-bom' )
@@ -214,7 +214,7 @@ configure(javaProjects) { subproject ->
214
214
}
215
215
216
216
jacoco {
217
- toolVersion = ' 0.8.5 '
217
+ toolVersion = ' 0.8.6 '
218
218
}
219
219
220
220
// dependencies that are common across all java projects
@@ -325,7 +325,7 @@ configure(javaProjects) { subproject ->
325
325
326
326
checkstyle {
327
327
configDirectory. set(rootProject. file(" src/checkstyle" ))
328
- toolVersion = project. hasProperty(' checkstyleVersion' ) ? project. checkstyleVersion : ' 8.35 '
328
+ toolVersion = project. hasProperty(' checkstyleVersion' ) ? project. checkstyleVersion : ' 8.36.1 '
329
329
}
330
330
331
331
jar {
@@ -618,9 +618,9 @@ project('spring-integration-mail') {
618
618
api project(' :spring-integration-core' )
619
619
api ' org.springframework:spring-context-support'
620
620
621
- providedImplementation " javax .mail:javax .mail-api:$j avaxMailVersion "
622
- providedImplementation " com.sun.mail:imap:$j avaxMailVersion "
623
- providedImplementation " com.sun.mail:javax .mail:$j avaxMailVersion "
621
+ providedImplementation " jakarta .mail:jakarta .mail-api:$m ailVersion "
622
+ providedImplementation " com.sun.mail:imap:$m ailVersion "
623
+ providedImplementation " com.sun.mail:jakarta .mail:$m ailVersion "
624
624
625
625
optionalApi " javax.activation:javax.activation-api:$javaxActivationVersion "
626
626
}
@@ -828,10 +828,10 @@ project('spring-integration-ws') {
828
828
testImplementation " org.igniterealtime.smack:smack-tcp:$smackVersion "
829
829
testImplementation " org.igniterealtime.smack:smack-java7:$smackVersion "
830
830
testImplementation " org.igniterealtime.smack:smack-extensions:$smackVersion "
831
- testImplementation " javax .mail:javax .mail-api:$j avaxMailVersion "
831
+ testImplementation " jakarta .mail:jakarta .mail-api:$m ailVersion "
832
832
833
- testRuntimeOnly " com.sun.mail:mailapi:$j avaxMailVersion "
834
- testRuntimeOnly " com.sun.mail:javax .mail:$j avaxMailVersion "
833
+ testRuntimeOnly " com.sun.mail:mailapi:$m ailVersion "
834
+ testRuntimeOnly " com.sun.mail:jakarta .mail:$m ailVersion "
835
835
}
836
836
}
837
837
0 commit comments