From 4782592f9b2b2873e72c4aac346ec01c56d96238 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 31 Jan 2025 20:28:05 +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 b71cbc8..97aeab2 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 3ba0c98..ffbc8e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
com.h2database
h2
- 2.2.224
+ 2.3.232
org.apache.groovy