This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch
dependabot/maven/flink-connector-jdbc/com.h2database-h2-2.2.220
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
commit 4e4cc413b1d19965ece00b03942329407da91285
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 7 21:55:44 2023 +0000
[FLINK-33662] Bump h2 from 2.1.210 to 2.2.224 in /flink-connector-jdbc
Bumps [h2](https://github.com/h2database/h2database) from 2.1.210 to
2.2.224.
- [Release notes](https://github.com/h2database/h2database/releases)
-
[Commits](https://github.com/h2database/h2database/compare/version-2.1.210...version-2.2.224)
---
updated-dependencies:
- dependency-name: com.h2database:h2
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
---
flink-connector-jdbc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-connector-jdbc/pom.xml b/flink-connector-jdbc/pom.xml
index ac6ec05..51406e4 100644
--- a/flink-connector-jdbc/pom.xml
+++ b/flink-connector-jdbc/pom.xml
@@ -220,7 +220,7 @@ under the License.
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>2.1.210</version>
+ <version>2.2.224</version>
<scope>test</scope>
</dependency>