Skip to content

Commit e6bbf7e

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-3218
2 parents 6c0c827 + b0be6a2 commit e6bbf7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-session-jdbc/src/integration-test/java/org/springframework/session/jdbc/DatabaseContainers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static JdbcDatabaseContainer<?> postgreSql() {
5555
}
5656

5757
static JdbcDatabaseContainer<?> sqlServer() {
58-
return new MSSQLServerContainerProvider().newInstance("2019-CU17-ubuntu-20.04");
58+
return new MSSQLServerContainerProvider().newInstance("2022-CU14-ubuntu-22.04");
5959
}
6060

6161
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ibmcom/db2:11.5.7.0a
2-
mcr.microsoft.com/mssql/server:2019-CU17-ubuntu-20.04
2+
mcr.microsoft.com/mssql/server:2022-CU14-ubuntu-22.04

0 commit comments

Comments
 (0)