@@ -250,13 +250,13 @@ subprojects { subproject ->
250
250
oracleDriverVersion = ' 23.3.0.23.09'
251
251
postgresVersion = ' 42.7.3'
252
252
slf4jVersion = ' 1.7.30'
253
- springCloudVersion = ' 2023 .0.2 '
254
- springIntegrationVersion = ' 6.4 .0-SNAPSHOT'
253
+ springCloudVersion = ' 2024 .0.0 '
254
+ springIntegrationVersion = ' 6.5 .0-SNAPSHOT'
255
255
set(' spring-integration.version' , " $springIntegrationVersion " )
256
256
springIntegrationSocialTwiterVersion = ' 1.0.1.BUILD-SNAPSHOT'
257
257
springIntegrationSplunkVersion = ' 1.2.0.BUILD-SNAPSHOT'
258
- springVersion = ' 6.2.0-SNAPSHOT '
259
- springSecurityVersion = ' 6.4 .0-SNAPSHOT'
258
+ springVersion = ' 6.2.1 '
259
+ springSecurityVersion = ' 6.5 .0-SNAPSHOT'
260
260
springWebFlowVersion = ' 3.0.0'
261
261
testcontainersVersion = ' 1.19.8'
262
262
tilesJspVersion = ' 2.2.1'
@@ -671,6 +671,8 @@ project('mqtt') {
671
671
api ' org.springframework.boot:spring-boot-starter-integration'
672
672
api ' org.springframework.integration:spring-integration-stream'
673
673
api ' org.springframework.integration:spring-integration-mqtt'
674
+ api ' org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5'
675
+
674
676
testImplementation ' org.springframework.boot:spring-boot-starter-test'
675
677
testImplementation " org.springframework.integration:spring-integration-test"
676
678
}
0 commit comments