From 99b51bcf3169eec660293db59b84596a4061f2bf Mon Sep 17 00:00:00 2001 From: Arthur Poiret Date: Mon, 24 Jul 2023 21:28:25 +0200 Subject: [PATCH] build: update deprecated h2 version --- owlplug-client/pom.xml | 2 -- owlplug-client/src/main/resources/application.properties | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/owlplug-client/pom.xml b/owlplug-client/pom.xml index 717da54b..cb0ae03d 100644 --- a/owlplug-client/pom.xml +++ b/owlplug-client/pom.xml @@ -74,8 +74,6 @@ com.h2database h2 - - 1.4.197 runtime diff --git a/owlplug-client/src/main/resources/application.properties b/owlplug-client/src/main/resources/application.properties index d43c7814..193583a4 100644 --- a/owlplug-client/src/main/resources/application.properties +++ b/owlplug-client/src/main/resources/application.properties @@ -1,6 +1,6 @@ #OwlPlug owlplug.version=@project.version@ -owlplug.workspace.min-version = 0.13.0 +owlplug.workspace.min-version = 1.24.0 #OwlPlug Central owlplugcentral.url=https://central.owlplug.com