Skip to content

Commit 21be7aa

Browse files
committed
Update JDBC test images
Closes gh-1877
1 parent 67f4850 commit 21be7aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ protected void configure() {
118118
private static class MySql5Container extends MySQLContainer<MySql5Container> {
119119

120120
MySql5Container() {
121-
super("mysql:5.7.27");
121+
super("mysql:5.7.34");
122122
}
123123

124124
@Override
@@ -137,7 +137,7 @@ public String getDriverClassName() {
137137
private static class MySql8Container extends MySQLContainer<MySql8Container> {
138138

139139
MySql8Container() {
140-
super("mysql:8.0.17");
140+
super("mysql:8.0.25");
141141
}
142142

143143
@Override
@@ -174,7 +174,7 @@ protected void waitUntilContainerStarted() {
174174
private static class PostgreSql9Container extends PostgreSQLContainer<PostgreSql9Container> {
175175

176176
PostgreSql9Container() {
177-
super("postgres:9.6.15");
177+
super("postgres:9.6.22");
178178
}
179179

180180
}

0 commit comments

Comments
 (0)