Skip to content

Commit a0ce58f

Browse files
committed
Cut 6.3.x branch
1 parent 7dee433 commit a0ce58f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,14 @@ subprojects { subproject ->
255255
postgresVersion = '42.7.2'
256256
slf4jVersion = '1.7.30'
257257
springCloudVersion = '2022.0.4'
258-
springIntegrationVersion = '6.2.0'
258+
springIntegrationVersion = '6.3.0'
259259
set('spring-integration.version', "$springIntegrationVersion")
260260
springIntegrationSocialTwiterVersion = '1.0.1.BUILD-SNAPSHOT'
261261
springIntegrationSplunkVersion = '1.2.0.BUILD-SNAPSHOT'
262262
springVersion = '6.1.0'
263-
springSecurityVersion = '6.2.0'
263+
springSecurityVersion = '6.3.0'
264264
springWebFlowVersion = '3.0.0'
265-
testcontainersVersion = '1.19.2'
265+
testcontainersVersion = '1.19.8'
266266
tilesJspVersion = '2.2.1'
267267
}
268268

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=6.2.0
2-
springBootVersion=3.2.0-SNAPSHOT
1+
version=6.3.0
2+
springBootVersion=3.3.0
33
org.gradle.jvmargs=-Xmx1536M -Dfile.encoding=UTF-8
44
org.gradle.caching=true
55
org.gradle.parallel=true

0 commit comments

Comments
 (0)