From 23805be05b75b7c98dab00adcb456f0470c1f079 Mon Sep 17 00:00:00 2001 From: dhaura Date: Tue, 6 Feb 2024 10:48:17 +0530 Subject: [PATCH] Bump h2 version from 2.2.220 to 2.2.224 --- h2-migration-tool/migration.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/h2-migration-tool/migration.sh b/h2-migration-tool/migration.sh index bc66154c3..176a91c46 100644 --- a/h2-migration-tool/migration.sh +++ b/h2-migration-tool/migration.sh @@ -44,14 +44,14 @@ esac echo echo "Please select the h2 version you are migrating to:" -echo "h2-2.2.220 - (1)" +echo "h2-2.2.224 - (1)" echo "h2-2.1.210 - (2)" read new_h2_version_choice case $new_h2_version_choice in 1) - new_h2_version="h2-2.2.220.jar" - wget -c https://repo1.maven.org/maven2/com/h2database/h2/2.2.220/h2-2.2.220.jar || exit 1 + new_h2_version="h2-2.2.224.jar" + wget -c https://repo1.maven.org/maven2/com/h2database/h2/2.2.224/h2-2.2.224.jar || exit 1 ;; 2) new_h2_version="h2-2.1.210.jar"