diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 2c2951d..e46896c 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,21 +1,21 @@ [package] org = "ballerinax" name = "h2.driver" -version = "1.1.0" +version = "1.1.1" authors = ["Ballerina"] keywords = ["H2"] repository = "https://github.com/ballerina-platform/module-ballerinax-h2.driver" license = ["Apache-2.0"] -distribution = "2201.10.0-20241011-161100-51978649" +distribution = "2201.11.0-20241112-214900-6b80ab87" [platform.java21] graalvmCompatible = true [[platform.java21.dependency]] -path = "./lib/h2-2.2.220.jar" +path = "./lib/h2-2.3.232.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "h2.driver-native" -version = "1.1.0" -path = "../native/build/libs/h2.driver-native-1.1.0.jar" +version = "1.1.1" +path = "../native/build/libs/h2.driver-native-1.1.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index d339b96..0116839 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,12 +5,12 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0-20241011-161100-51978649" +distribution-version = "2201.11.0-20241112-214900-6b80ab87" [[package]] org = "ballerinax" name = "h2.driver" -version = "1.1.0" +version = "1.1.1" modules = [ {org = "ballerinax", packageName = "h2.driver", moduleName = "h2.driver"} ] diff --git a/gradle.properties b/gradle.properties index 60bb671..eb8f6b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,9 +3,9 @@ version=1.1.1-SNAPSHOT githubSpotbugsVersion=6.0.18 githubJohnrengelmanShadowVersion=8.1.1 -h2DriverVersion=2.2.220 +h2DriverVersion=2.3.232 underCouchDownloadVersion=5.4.0 researchgateReleaseVersion=2.8.0 ballerinaGradlePluginVersion=2.0.1 -ballerinaLangVersion=2201.10.0-20241011-161100-51978649 +ballerinaLangVersion=2201.11.0-20241112-214900-6b80ab87