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

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


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

commit 91a1811b75e44d80bc168a01d1d500c3d3ba1b53
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 d08423e..cc836c3 100644
--- a/flink-connectors/flink-connector-jdbc/pom.xml
+++ b/flink-connectors/flink-connector-jdbc/pom.xml
@@ -96,7 +96,7 @@ under the License.
                <dependency>
                        <groupId>com.h2database</groupId>
                        <artifactId>h2</artifactId>
-                       <version>2.0.206</version>
+                       <version>2.1.210</version>
                        <scope>test</scope>
                </dependency>
 

Reply via email to