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 @@ -21,7 +21,7 @@ class MariaDatabase extends MySQLDatabase {
21
21
* TIP: To reuse the same containers across multiple runs, set `testcontainers.reuse.enable=true` in a file located
22
22
* at `$HOME/.testcontainers.properties` (create the file if it does not exist).
23
23
*/
24
- public static final MariaDBContainer <?> maria = new MariaDBContainer <>( imageName ( "mariadb" , "10.7 .3" ) )
24
+ public static final MariaDBContainer <?> maria = new MariaDBContainer <>( imageName ( "mariadb" , "10.8 .3" ) )
25
25
.withUsername ( DatabaseConfiguration .USERNAME )
26
26
.withPassword ( DatabaseConfiguration .PASSWORD )
27
27
.withDatabaseName ( DatabaseConfiguration .DB_NAME )
You can’t perform that action at this time.
0 commit comments