You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ro...@apache.org on 2022/02/12 07:52:08 UTC

[flink] branch release-1.13 updated: [FLINK-25785][Connectors][JDBC] Upgrade com.h2database:h2 to 2.1.210

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 <ma...@2symbols.com>
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 <ma...@2symbols.com>
---
 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>