This is an automated email from the ASF dual-hosted git repository.
dzamo pushed a commit to branch 1.21
in repository https://gitbox.apache.org/repos/asf/drill.git
commit 06c532d56b7d31dc79fc2b5b12d121fcdfea4fff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 2 08:09:13 2023 -0400
Bump h2 from 2.1.210 to 2.2.220 in /contrib/storage-jdbc (#2815)
Bumps [h2](https://github.com/h2database/h2database) from 2.1.210 to
2.2.220.
- [Release notes](https://github.com/h2database/h2database/releases)
-
[Commits](https://github.com/h2database/h2database/compare/version-2.1.210...version-2.2.220)
---
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>
---
contrib/storage-jdbc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml
index 05eb5f6607..ab77d112a3 100644
--- a/contrib/storage-jdbc/pom.xml
+++ b/contrib/storage-jdbc/pom.xml
@@ -33,7 +33,7 @@
<properties>
<mysql.connector.version>8.0.28</mysql.connector.version>
<clickhouse.jdbc.version>0.3.1</clickhouse.jdbc.version>
- <h2.version>2.1.210</h2.version>
+ <h2.version>2.2.220</h2.version>
<postgresql.version>42.4.3</postgresql.version>
<mssql-jdbc.version>9.2.0.jre8</mssql-jdbc.version>
<jtds.version>1.3.1</jtds.version>