diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 1a2bb698..3fa9e39a 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerinax" name = "java.jdbc" -version = "1.12.0" +version = "1.12.1" 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.12.0" -path = "../native/build/libs/java.jdbc-native-1.12.0.jar" +version = "1.12.1" +path = "../native/build/libs/java.jdbc-native-1.12.1.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 4cf5f841..d312907d 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.12.0.jar" +path = "../compiler-plugin/build/libs/java.jdbc-compiler-plugin-1.12.1.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index fc86c01c..4e264517 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -398,7 +398,7 @@ modules = [ [[package]] org = "ballerinax" name = "java.jdbc" -version = "1.12.0" +version = "1.12.1" dependencies = [ {org = "ballerina", name = "file"}, {org = "ballerina", name = "io"}, diff --git a/gradle.properties b/gradle.properties index 081c7a66..3bf4f18f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.12.1-SNAPSHOT +version=1.12.2-SNAPSHOT puppycrawlCheckstyleVersion=10.12.1 checkstyleToolVersion=10.12.1