From 48a34340a529f18dbf4e173698ed13d6d3cff1ea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2019 04:49:47 +0000 Subject: [PATCH] Bump h2 from 1.4.196 to 1.4.199 Bumps [h2](https://github.com/h2database/h2database) from 1.4.196 to 1.4.199. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-1.4.196...version-1.4.199) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 73d0b16..d91e43a 100644 --- a/build.gradle +++ b/build.gradle @@ -110,6 +110,6 @@ dependencies { runtime('org.postgresql:postgresql') testCompile('org.springframework.boot:spring-boot-starter-test') - testCompile('com.h2database:h2:1.4.196') + testCompile('com.h2database:h2:1.4.199') testCompile('org.mockito:mockito-all:1.10.19') }