Skip to content

Commit

Permalink
Upgrading Elasticsearch and MySQL JDBC driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Jan 22, 2025
1 parent 4b13569 commit d2760f4
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 @@ -428,7 +428,7 @@ under the License.

<disruptor.version>4.0.0</disruptor.version>

<elasticsearch.version>8.17.0</elasticsearch.version>
<elasticsearch.version>8.17.1</elasticsearch.version>
<opensearch.version>2.18.0</opensearch.version>
<opensearch-java.version>2.19.0</opensearch-java.version>

Expand Down Expand Up @@ -510,7 +510,7 @@ under the License.
<docker.neo4j.version>5.26.0</docker.neo4j.version>

<jdbc.postgresql.version>42.7.5</jdbc.postgresql.version>
<jdbc.mysql.version>9.1.0</jdbc.mysql.version>
<jdbc.mysql.version>9.2.0</jdbc.mysql.version>
<jdbc.mariadb.version>3.5.1</jdbc.mariadb.version>
<jdbc.oracle.version>23.6.0.24.10</jdbc.oracle.version>

Expand Down

0 comments on commit d2760f4

Please sign in to comment.