This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new b477d45 [FLINK-33662] Bump h2 from 2.1.210 to 2.2.224. This closes #69
b477d45 is described below
commit b477d452ba3aac38d53d1f5d4c4820bdad3ad9cd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 27 11:42:56 2023 +0100
[FLINK-33662] Bump h2 from 2.1.210 to 2.2.224. This closes #69
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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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>