Update MySQL Connector/J and use new Maven coordinates

This commit is contained in:
Henning Poettker
2022-10-17 01:36:40 +02:00
committed by Mahmoud Ben Hassine
parent 0b694117eb
commit 15ef22284a
4 changed files with 6 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ class MySQLJdbcJobRepositoryIntegrationTests {
// TODO find the best way to externalize and manage image versions
// when implementing https://github.com/spring-projects/spring-batch/issues/3092
private static final DockerImageName MYSQL_IMAGE = DockerImageName.parse("mysql:8.0.24");
private static final DockerImageName MYSQL_IMAGE = DockerImageName.parse("mysql:8.0.31");
@Container
public static MySQLContainer<?> mysql = new MySQLContainer<>(MYSQL_IMAGE);

View File

@@ -56,7 +56,7 @@ import static org.junit.jupiter.api.Assertions.assertNotNull;
class MySQLJobRepositoryIntegrationTests {
// TODO find the best way to externalize and manage image versions
private static final DockerImageName MYSQL_IMAGE = DockerImageName.parse("mysql:8.0.25");
private static final DockerImageName MYSQL_IMAGE = DockerImageName.parse("mysql:8.0.31");
@Container
public static MySQLContainer<?> mysql = new MySQLContainer<>(MYSQL_IMAGE);