From 59fdc3b296044028aadb5402f30b817082b01ef9 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 6 Sep 2023 13:28:37 +0000
Subject: [PATCH] Update dependency com.h2database:h2 to v2.2.220 [SECURITY]
(#106)
---
build.gradle | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 6e13443..c4f30a0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,7 +27,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.1.214"
+ testRuntimeOnly "com.h2database:h2:2.2.220"
implementation "org.apache.groovy:groovy-sql"
}
diff --git a/pom.xml b/pom.xml
index 6e0b2cc..258298f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
com.h2database
h2
- 2.1.214
+ 2.2.220
org.apache.groovy