diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 0fab7428..ac59783d 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerinax" name = "java.jdbc" -version = "1.10.1" +version = "1.11.0" authors = ["Ballerina"] keywords = ["database", "client", "network", "SQL", "RDBMS", "JDBC"] repository = "https://github.com/ballerina-platform/module-ballerinax-java.jdbc" @@ -15,8 +15,8 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "java.jdbc-native" -version = "1.10.1" -path = "../native/build/libs/java.jdbc-native-1.10.1-SNAPSHOT.jar" +version = "1.11.0" +path = "../native/build/libs/java.jdbc-native-1.11.0-SNAPSHOT.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 5525e7a5..1c8c2da6 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "jdbc-compiler-plugin" class = "io.ballerina.stdlib.java.jdbc.compiler.JDBCCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/java.jdbc-compiler-plugin-1.10.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/java.jdbc-compiler-plugin-1.11.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 2d5de13e..3ac3872f 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -395,7 +395,7 @@ modules = [ [[package]] org = "ballerinax" name = "java.jdbc" -version = "1.10.1" +version = "1.11.0" dependencies = [ {org = "ballerina", name = "file"}, {org = "ballerina", name = "io"},