Skip to content

Commit

Permalink
Fix test failures on Mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
stariy95 committed Jan 22, 2024
1 parent e1a7ace commit 9d6847c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ JdbcDatabaseContainer<?> createContainer(DockerImageName dockerImageName) {

@Override
String getDockerImage() {
return "mysql:8";
return "mysql:8.0";
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<project.build.datetime>${maven.build.timestamp}</project.build.datetime>
<slf4j.version>1.7.36</slf4j.version>
<ant.version>1.10.12</ant.version>
<testcontainers.version>1.17.3</testcontainers.version>
<testcontainers.version>1.19.3</testcontainers.version>

<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
Expand Down

0 comments on commit 9d6847c

Please sign in to comment.