Bump h2 from 2.1.210 to 2.1.214

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

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
main
dependabot[bot] 3 years ago committed by Leonard Brünings
parent ea86fd9b36
commit b551e129a8

@ -26,7 +26,7 @@ dependencies {
testRuntimeOnly "org.objenesis:objenesis:3.2" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)
// dependencies used by examples in this project
testRuntimeOnly "com.h2database:h2:2.1.210"
testRuntimeOnly "com.h2database:h2:2.1.214"
implementation "org.apache.groovy:groovy-sql:4.0.5"
}

Loading…
Cancel
Save