@@ -108,16 +108,16 @@ ext {
108
108
rsocketVersion = ' 1.1.3'
109
109
servletApiVersion = ' 6.0.0'
110
110
smackVersion = ' 4.4.6'
111
- springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 3.0.0-RC1 '
112
- springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' 2022.0.0-RC2 '
113
- springGraphqlVersion = ' 1.1.0-RC1 '
114
- springKafkaVersion = ' 3.0.0-RC2 '
115
- springRetryVersion = ' 2.0.0-RC2 '
116
- springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 6.0.0-RC1 '
117
- springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 6.0.0-RC3 '
118
- springWsVersion = ' 4.0.0-RC1 '
111
+ springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 3.0.0-SNAPSHOT '
112
+ springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' 2022.0.0-SNAPSHOT '
113
+ springGraphqlVersion = ' 1.1.0-SNAPSHOT '
114
+ springKafkaVersion = ' 3.0.0-SNAPSHOT '
115
+ springRetryVersion = ' 2.0.0-SNAPSHOT '
116
+ springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 6.0.0-SNAPSHOT '
117
+ springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 6.0.0-SNAPSHOT '
118
+ springWsVersion = ' 4.0.0-SNAPSHOT '
119
119
testcontainersVersion = ' 1.17.5'
120
- tomcatVersion = ' 10.0.23 '
120
+ tomcatVersion = ' 10.1.1 '
121
121
xmlUnitVersion = ' 2.9.0'
122
122
xstreamVersion = ' 1.4.19'
123
123
@@ -165,9 +165,11 @@ allprojects {
165
165
mavenBom " com.fasterxml.jackson:jackson-bom:$jacksonVersion "
166
166
mavenBom " org.junit:junit-bom:$junitJupiterVersion "
167
167
mavenBom " org.springframework:spring-framework-bom:$springVersion "
168
+ mavenBom " org.springframework.data:spring-data-bom:$springDataVersion "
169
+ mavenBom " org.springframework.amqp:spring-amqp-bom:$springAmqpVersion "
170
+ mavenBom " org.springframework.kafka:spring-kafka-bom:$springKafkaVersion "
168
171
mavenBom " io.projectreactor:reactor-bom:$reactorVersion "
169
172
mavenBom " org.apache.logging.log4j:log4j-bom:$log4jVersion "
170
- mavenBom " org.springframework.data:spring-data-bom:$springDataVersion "
171
173
mavenBom " org.mockito:mockito-bom:$mockitoVersion "
172
174
mavenBom " io.micrometer:micrometer-bom:$micrometerVersion "
173
175
mavenBom " io.micrometer:micrometer-tracing-bom:$micrometerTracingVersion "
@@ -479,14 +481,14 @@ project('spring-integration-amqp') {
479
481
description = ' Spring Integration AMQP Support'
480
482
dependencies {
481
483
api project(' :spring-integration-core' )
482
- api(" org.springframework.amqp:spring-rabbit: $s pringAmqpVersion " ) {
484
+ api(' org.springframework.amqp:spring-rabbit' ) {
483
485
exclude group : ' org.springframework'
484
486
}
485
- optionalApi(" org.springframework.amqp:spring-rabbit-stream: $s pringAmqpVersion " ) {
487
+ optionalApi(' org.springframework.amqp:spring-rabbit-stream' ) {
486
488
exclude group : ' org.springframework'
487
489
}
488
490
489
- testImplementation(" org.springframework.amqp:spring-rabbit-junit: $s pringAmqpVersion " ) {
491
+ testImplementation(' org.springframework.amqp:spring-rabbit-junit' ) {
490
492
exclude group : ' org.springframework'
491
493
}
492
494
testImplementation project(' :spring-integration-stream' )
@@ -777,11 +779,11 @@ project('spring-integration-kafka') {
777
779
description = ' Spring Integration for Apache Kafka'
778
780
dependencies {
779
781
api project(' :spring-integration-core' )
780
- api(" org.springframework.kafka:spring-kafka: $s pringKafkaVersion " ) {
782
+ api(' org.springframework.kafka:spring-kafka' ) {
781
783
exclude group : ' org.springframework'
782
784
}
783
785
784
- testImplementation " org.springframework.kafka:spring-kafka-test: $s pringKafkaVersion "
786
+ testImplementation ' org.springframework.kafka:spring-kafka-test'
785
787
testImplementation ' com.fasterxml.jackson.core:jackson-databind'
786
788
}
787
789
}
@@ -1028,7 +1030,6 @@ project('spring-integration-ws') {
1028
1030
api ' org.springframework:spring-webmvc'
1029
1031
api(" org.springframework.ws:spring-ws-core:$springWsVersion " ) {
1030
1032
exclude group : ' org.springframework'
1031
- exclude group : ' com.sun.activation'
1032
1033
}
1033
1034
1034
1035
providedImplementation " com.sun.xml.bind:jaxb-impl:$jaxbVersion "
0 commit comments