Skip to content

Commit

Permalink
Merge pull request #33335 from famod/mariadb-10.11
Browse files Browse the repository at this point in the history
Update mariadb to latest LTS 10.11 for devservices and integration tests
  • Loading branch information
gsmet authored May 15, 2023
2 parents 910b1cb + 07c00c5 commit 46f4286
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 46f4286

Please sign in to comment.