Bump h2 in /2023-03/spring-09-jdbc/jdbc-demo-solution-5

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-07-07 22:00:44 +00:00
committed by GitHub
parent de71dae768
commit cd0e950d92
@@ -25,7 +25,7 @@
-->
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<h2.version>2.1.214</h2.version>
<h2.version>2.2.220</h2.version>
</properties>
<dependencies>