diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index d946d03b..e4df17ca 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,13 +1,13 @@ [package] org = "ballerinax" name = "postgresql" -version = "1.17.0" +version = "1.18.0" authors = ["Ballerina"] keywords = ["client", "network", "SQL", "RDBMS", "Vendor/PostgreSQL", "Area/Database", "Type/Connector", "Type/Trigger"] repository = "https://github.com/ballerina-platform/module-ballerinax-postgresql" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.12.0" +distribution = "2201.13.0" [platform.java21] graalvmCompatible = true @@ -15,11 +15,11 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "postgresql-native" -version = "1.17.0" -path = "../native/build/libs/postgresql-native-1.17.0-SNAPSHOT.jar" +version = "1.18.0" +path = "../native/build/libs/postgresql-native-1.18.0.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.19.0" -path = "./lib/sql-native-1.19.0-20260331-111100-8a9f7f8.jar" +path = "./lib/sql-native-1.19.0.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 1a947a0b..ddbe72db 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "postgresql-compiler-plugin" class = "io.ballerina.stdlib.postgresql.compiler.PostgreSQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.17.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.18.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index e0ba9f71..f1b43e6a 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -235,7 +235,7 @@ modules = [ [[package]] org = "ballerinax" name = "postgresql" -version = "1.17.0" +version = "1.18.0" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "file"}, diff --git a/gradle.properties b/gradle.properties index 09ff121e..b4aeb66e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.18.0-SNAPSHOT +version=1.18.1-SNAPSHOT ballerinaLangVersion=2201.13.0 checkstylePluginVersion=10.12.1