Skip to content

Commit

Permalink
DBZ-8226 Bump MariaDB to 11.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros authored and jpechane committed Sep 12, 2024
1 parent fef2b83 commit 4232ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debezium-connector-mariadb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
Specify the properties for the various Docker containers.
-->
<mariadb.server.image.source>mariadb</mariadb.server.image.source>
<version.mariadb.server>11.1.2</version.mariadb.server>
<version.mariadb.server>11.4.3</version.mariadb.server>
<mariadb.user>mysqluser</mariadb.user>
<mariadb.password>mysqlpw</mariadb.password>
<mariadb.replica.user>mysqlreplica</mariadb.replica.user>
Expand All @@ -168,7 +168,7 @@
<docker.dbs>debezium/mariadb-server-test-database</docker.dbs>
<docker.filter>${docker.dbs}</docker.filter>
<docker.skip>false</docker.skip>
<docker.initimage>rm -f /etc/localtime; ln -s /usr/share/zoneinfo/US/Samoa /etc/localtime</docker.initimage>
<docker.initimage>rm -f /etc/localtime; ln -s /usr/share/zoneinfo/Pacific/Samoa /etc/localtime</docker.initimage>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 4232ed2

Please sign in to comment.