From dfd9c65b35bfced55300efb88b8593bac8faf302 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 7 Jan 2022 00:09:56 +0000
Subject: [PATCH] Bump h2 from 1.4.190 to 2.0.206

Bumps [h2](https://github.com/h2database/h2database) from 1.4.190 to 2.0.206.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-1.4.190...version-2.0.206)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 56d4c89..aa0157b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
         <csv-version>2.4.0</csv-version>
         <fastjson.version>1.2.49</fastjson.version>
         <commons-collections4.version>4.1</commons-collections4.version>
-        <h2.version>1.4.190</h2.version>
+        <h2.version>2.0.206</h2.version>
         <gson.version>2.8.0</gson.version>
         <apache.poi.version>3.16</apache.poi.version>
         <swagger.output.dir>${project.build.directory}/swagger</swagger.output.dir>