Skip to content

Commit

Permalink
Upgrading Zookeeper and MariaDB JDBC driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Oct 25, 2024
1 parent 8919a40 commit 83c8aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ under the License.
<antlr4.version>4.13.2</antlr4.version>

<curator.version>5.7.0</curator.version>
<zookeeper.version>3.9.1</zookeeper.version>
<zookeeper.version>3.9.3</zookeeper.version>

<testds.rootDn>o=isp</testds.rootDn>
<testds.bindDn>uid=admin,ou=system</testds.bindDn>
Expand Down Expand Up @@ -509,7 +509,7 @@ under the License.

<jdbc.postgresql.version>42.7.4</jdbc.postgresql.version>
<jdbc.mysql.version>9.0.0</jdbc.mysql.version>
<jdbc.mariadb.version>3.4.1</jdbc.mariadb.version>
<jdbc.mariadb.version>3.5.0</jdbc.mariadb.version>
<jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>
<jdbc.oracle.version>23.5.0.24.07</jdbc.oracle.version>

Expand Down

0 comments on commit 83c8aef

Please sign in to comment.