From 83edf0a548d05d8b3176a4db071cc3fee4cc2c31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:24:11 +0000 Subject: [PATCH] Update dependency com.h2database:h2 to v2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6d63e412..9a7b7b0f 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ dependencies { testImplementation "org.grails:grails-gorm-testing-support" testImplementation "org.mockito:mockito-core" testImplementation "org.grails:grails-web-testing-support" - testImplementation group: 'com.h2database', name: 'h2', version: '1.4.200' + testImplementation group: 'com.h2database', name: 'h2', version: '2.2.224' documentation "org.codehaus.groovy:groovy:$groovyVersion"