From 19230032591bb7935d40274111838a06fda8d3ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20Br=C3=BCnings?= Date: Tue, 11 Jan 2022 11:45:03 +0100 Subject: [PATCH] Bump h2 from 1.4.197 to 2.0.206 (gradle) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f60741a..3acbd67 100755 --- a/build.gradle +++ b/build.gradle @@ -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:1.4.197" + testRuntimeOnly "com.h2database:h2:2.0.206" implementation "org.codehaus.groovy:groovy-sql:3.0.8" }