Skip to content

Commit 7031c94

Browse files
committed
[#733] Upgrade MariaDB to 10.5.9
1 parent 5d39c3a commit 7031c94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hibernate-reactive-core/src/test/java/org/hibernate/reactive/containers/MariaDatabase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class MariaDatabase implements TestableDatabase {
1010

1111
static MariaDatabase INSTANCE = new MariaDatabase();
1212

13-
public final static String IMAGE_NAME = "mariadb:10.5.8";
13+
public final static String IMAGE_NAME = "mariadb:10.5.9";
1414

1515
/**
1616
* Holds configuration for the MariaDB database container. If the build is run with <code>-Pdocker</code> then

podman.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ and schema to run the tests:
6666
```
6767
podman run --rm --name HibernateTestingMariaDB \
6868
-e MYSQL_ROOT_PASSWORD=hreact -e MYSQL_DATABASE=hreact -e MYSQL_USER=hreact -e MYSQL_PASSWORD=hreact \
69-
-p 3306:3306 mariadb:10.5.8
69+
-p 3306:3306 mariadb:10.5.9
7070
```
7171

7272
When the database has started, you can run the tests on MariaDB with:

0 commit comments

Comments
 (0)