From c1846e60a4fc0b2bed54fa852e26b2611b78e096 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 16:05:16 +0000 Subject: [PATCH] Update dependency com.h2database:h2 to v2.2.222 --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index acbdd87..ffc8744 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { testRuntimeOnly "org.objenesis:objenesis:3.3" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB) // dependencies used by examples in this project - testRuntimeOnly "com.h2database:h2:2.2.220" + testRuntimeOnly "com.h2database:h2:2.2.222" implementation "org.apache.groovy:groovy-sql" } diff --git a/pom.xml b/pom.xml index e3a01f2..3c5048f 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ com.h2database h2 - 2.2.220 + 2.2.222 org.apache.groovy