Skip to content

Commit

Permalink
Update mariadb to latest LTS 10.11 for devservices and integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
famod committed May 12, 2023
1 parent ba59762 commit 07c00c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

<!-- Database images for JDBC/Reactive/Hibernate tests and devservices -->
<postgres.image>docker.io/postgres:14</postgres.image>
<mariadb.image>docker.io/mariadb:10.6</mariadb.image>
<mariadb.image>docker.io/mariadb:10.11</mariadb.image>
<db2.image>docker.io/ibmcom/db2:11.5.7.0a</db2.image>
<mssql.image>mcr.microsoft.com/mssql/server:2019-latest</mssql.image>
<mysql.image>docker.io/mysql:8.0</mysql.image>
Expand Down

0 comments on commit 07c00c5

Please sign in to comment.