From a71cf778a8d4e6a258160fdf242ae73b2cfb7d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 12:18:55 +0000 Subject: [PATCH] build(deps): bump h2 from 1.4.200 to 2.1.214 Bumps [h2](https://github.com/h2database/h2database) from 1.4.200 to 2.1.214. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-1.4.200...version-2.1.214) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b09c03f..bb633bc 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { testCompileOnly ("org.projectlombok:lombok:1.18.16") testAnnotationProcessor ("org.projectlombok:lombok:1.18.16") testImplementation ("org.springframework.boot:spring-boot-starter-test") - testImplementation ("com.h2database:h2:1.4.200") + testImplementation ("com.h2database:h2:2.1.214") } task sourceJar(type: Jar) {