From 8e20a40b554ba640284b008a992296a9b7f0d28c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:08:59 +0000 Subject: [PATCH] Update dependency com.h2database:h2 to v2.3.232 --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 513ea6c..d146cc7 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { testRuntimeOnly "org.objenesis:objenesis:3.4" // 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.224" + testRuntimeOnly "com.h2database:h2:2.3.232" implementation "org.apache.groovy:groovy-sql" } diff --git a/pom.xml b/pom.xml index ce6d69b..204ed08 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ com.h2database h2 - 2.2.224 + 2.3.232 org.apache.groovy