You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by so...@apache.org on 2022/09/23 04:10:54 UTC

[openjpa] branch master updated: DB drivers are updated

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git


The following commit(s) were added to refs/heads/master by this push:
     new aed0e58f1 DB drivers are updated
aed0e58f1 is described below

commit aed0e58f129eecba5beb3e13b265dc23a22ee169
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Fri Sep 23 11:10:44 2022 +0700

    DB drivers are updated
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1b2516694..f21e868a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,10 +79,10 @@
         <!-- common JDBC driver versions -->
         <derby.version>10.14.2.0</derby.version>
         <hsqldb.version>2.5.1</hsqldb.version>
-        <mysql.connector.version>5.1.47</mysql.connector.version>
+        <mysql.connector.version>5.1.49</mysql.connector.version>
         <mariadb.connector.version>2.7.2</mariadb.connector.version>
-        <postgresql.connector.version>42.2.19</postgresql.connector.version>
-        <mssql.connector.version>9.2.1.jre8</mssql.connector.version>
+        <postgresql.connector.versioni>42.5.0</postgresql.connector.version>
+        <mssql.connector.version>11.2.1.jre8</mssql.connector.version>
 
         <!-- other common versions -->
         <kubernetes-client.version>5.9.0</kubernetes-client.version>
@@ -474,9 +474,9 @@
                 </property>
             </activation>
             <properties>
-                <h2.version>2.0.202</h2.version>
+                <h2.version>2.1.214</h2.version>
                 <connection.driver.name>org.h2.Driver</connection.driver.name>
-                <connection.url>jdbc:h2:./target/database/openjpa-h2-database</connection.url>
+                <connection.url>jdbc:h2:./target/database/openjpa-h2-database;MODE=STRICT</connection.url>
                 <connection.username />
                 <connection.password />
                 <!-- TCK specific properties -->