File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
hibernate-reactive-core/src/test/java/org/hibernate/reactive/containers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ class MySQLDatabase implements TestableDatabase {
82
82
* TIP: To reuse the same containers across multiple runs, set `testcontainers.reuse.enable=true` in a file located
83
83
* at `$HOME/.testcontainers.properties` (create the file if it does not exist).
84
84
*/
85
- public static final MySQLContainer <?> mysql = new MySQLContainer <>( imageName ( "mysql" , "8.0.28 " ) )
85
+ public static final MySQLContainer <?> mysql = new MySQLContainer <>( imageName ( "mysql" , "8.0.30 " ) )
86
86
.withUsername ( DatabaseConfiguration .USERNAME )
87
87
.withPassword ( DatabaseConfiguration .PASSWORD )
88
88
.withDatabaseName ( DatabaseConfiguration .DB_NAME )
You can’t perform that action at this time.
0 commit comments