From 0291aca052eab4dcf6116c853560182c8d03c066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 14:38:27 -0500 Subject: [PATCH] Merge pull request #52 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump com.h2database:h2 from 2.1.210 to 2.2.220 in /Common * Merge branch 'master' into dependabot/maven/Common/com.h2database-h2-… * Merge branch 'master' into dependabot/maven/Common/com.h2database-h2-… * Updating mysql depends to non-vulnerable --- Common/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/pom.xml b/Common/pom.xml index 3db22b1..7d82b79 100644 --- a/Common/pom.xml +++ b/Common/pom.xml @@ -85,14 +85,14 @@ com.mysql mysql-connector-j - 8.2.0 + 9.1.0 jar compile com.h2database h2 - 2.1.210 + 2.2.220 compile