Skip to content

Commit 59e2cdb

Browse files
committed
Upgrade Spring Framework to 5.3.0-M1
Closes gh-1649
1 parent 8474335 commit 59e2cdb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dependencyManagement {
22
imports {
33
mavenBom 'io.projectreactor:reactor-bom:Dysprosium-SR9'
44
mavenBom 'org.junit:junit-bom:5.6.2'
5-
mavenBom 'org.springframework:spring-framework-bom:5.2.6.RELEASE'
5+
mavenBom 'org.springframework:spring-framework-bom:5.3.0-M1'
66
mavenBom 'org.springframework.data:spring-data-releasetrain:Neumann-RELEASE'
77
mavenBom 'org.springframework.security:spring-security-bom:5.3.3.RELEASE'
88
mavenBom 'org.testcontainers:testcontainers-bom:1.14.3'

spring-session-samples/spring-session-sample-javaconfig-rest/spring-session-sample-javaconfig-rest.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ dependencies {
2222

2323
gretty {
2424
jvmArgs = ['-Dspring.profiles.active=embedded-redis']
25+
servletContainer = 'tomcat9'
2526
}

0 commit comments

Comments
 (0)