File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-session-jdbc/src/integration-test/java/org/springframework/session/jdbc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ protected void configure() {
118
118
private static class MySql5Container extends MySQLContainer <MySql5Container > {
119
119
120
120
MySql5Container () {
121
- super ("mysql:5.7.27 " );
121
+ super ("mysql:5.7.34 " );
122
122
}
123
123
124
124
@ Override
@@ -137,7 +137,7 @@ public String getDriverClassName() {
137
137
private static class MySql8Container extends MySQLContainer <MySql8Container > {
138
138
139
139
MySql8Container () {
140
- super ("mysql:8.0.17 " );
140
+ super ("mysql:8.0.25 " );
141
141
}
142
142
143
143
@ Override
@@ -174,7 +174,7 @@ protected void waitUntilContainerStarted() {
174
174
private static class PostgreSql9Container extends PostgreSQLContainer <PostgreSql9Container > {
175
175
176
176
PostgreSql9Container () {
177
- super ("postgres:9.6.15 " );
177
+ super ("postgres:9.6.22 " );
178
178
}
179
179
180
180
}
You can’t perform that action at this time.
0 commit comments