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

roman pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.14 by this push:
     new e230a7b  [FLINK-25785][Connectors][JDBC] Upgrade com.h2database:h2 to 
2.1.210
e230a7b is described below

commit e230a7b8a6554120a2a8ff05accab845d0309a3d
Author: martijnvisser <[email protected]>
AuthorDate: Wed Feb 9 09:32:01 2022 +0100

    [FLINK-25785][Connectors][JDBC] Upgrade com.h2database:h2 to 2.1.210
    
    (cherry picked from commit 8488b9e110baec5ed31c3e62d72ff3eceaab721c)
    Signed-off-by: martijnvisser <[email protected]>
---
 flink-connectors/flink-connector-jdbc/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connectors/flink-connector-jdbc/pom.xml 
b/flink-connectors/flink-connector-jdbc/pom.xml
index 16b4be6..7c0e9c5 100644
--- a/flink-connectors/flink-connector-jdbc/pom.xml
+++ b/flink-connectors/flink-connector-jdbc/pom.xml
@@ -158,7 +158,7 @@ under the License.
                <dependency>
                        <groupId>com.h2database</groupId>
                        <artifactId>h2</artifactId>
-                       <version>2.0.206</version>
+                       <version>2.1.210</version>
                </dependency>
 
         <dependency>

Reply via email to