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>
This commit is contained in:
committed by
Leonard Brünings
parent
ea86fd9b36
commit
b551e129a8
Executable → Regular
+1
-1
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user