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() {
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 }
You can’t perform that action at this time.
0 commit comments