HHH-17066 Upgrade H2 to version 2.2.220

This commit is contained in:
Sanne Grinovero 2023-08-10 11:00:03 +02:00 committed by Sanne Grinovero
parent d4abf0819a
commit 49f3f658a5
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ dependencyResolutionManagement {
dbLibs {
String h2Version = settings.ext.find( "gradle.libs.versions.h2" )
if ( h2Version == null ) {
h2Version = "2.1.214"
h2Version = "2.2.220"
}
String h2gisVersion = settings.ext.find( "gradle.libs.versions.h2gis" )
if ( h2gisVersion == null ) {