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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6036df9  [FLINK-25576][Connectors][JDBC] Upgrade com.h2database:h2 to 
2.0.206
6036df9 is described below

commit 6036df94be5dfe989ede1a75f1a1f72ccf09ace8
Author: martijnvisser <[email protected]>
AuthorDate: Fri Jan 7 14:49:02 2022 +0100

    [FLINK-25576][Connectors][JDBC] Upgrade com.h2database:h2 to 2.0.206
---
 flink-connectors/flink-connector-jdbc/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/flink-connectors/flink-connector-jdbc/pom.xml 
b/flink-connectors/flink-connector-jdbc/pom.xml
index 3c9dd1f..ab95311 100644
--- a/flink-connectors/flink-connector-jdbc/pom.xml
+++ b/flink-connectors/flink-connector-jdbc/pom.xml
@@ -164,7 +164,8 @@ under the License.
                <dependency>
                        <groupId>com.h2database</groupId>
                        <artifactId>h2</artifactId>
-                       <version>1.4.200</version>
+                       <version>2.0.206</version>
+                       <scope>test</scope>
                </dependency>
 
                <dependency>

Reply via email to