This is an automated email from the ASF dual-hosted git repository.
fpaul 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 2f16c53 [FLINK-25576][Connectors][JDBC] Upgrade com.h2database:h2 to
2.0.206
2f16c53 is described below
commit 2f16c5323c59eeaa6ca286655baf1a880de4c42c
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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/flink-connectors/flink-connector-jdbc/pom.xml
b/flink-connectors/flink-connector-jdbc/pom.xml
index e555ce7..16b4be6 100644
--- a/flink-connectors/flink-connector-jdbc/pom.xml
+++ b/flink-connectors/flink-connector-jdbc/pom.xml
@@ -158,8 +158,8 @@ under the License.
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.4.200</version>
- </dependency>
+ <version>2.0.206</version>
+ </dependency>
<dependency>
<groupId>org.testcontainers</groupId>