diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index ba47b13d..889744ee 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,13 +1,13 @@ [package] org = "ballerinax" name = "postgresql" -version = "1.12.0" +version = "1.13.0" authors = ["Ballerina"] keywords = ["database", "client", "network", "SQL", "RDBMS", "PostgreSQL"] repository = "https://github.com/ballerina-platform/module-ballerinax-postgresql" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.9.0" +distribution = "2201.10.0" [platform.java17] graalvmCompatible = true @@ -15,12 +15,12 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "postgresql-native" -version = "1.12.0" -path = "../native/build/libs/postgresql-native-1.12.0.jar" +version = "1.13.0" +path = "../native/build/libs/postgresql-native-1.13.0-SNAPSHOT.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "sql-native" -version = "1.13.0" -path = "./lib/sql-native-1.13.0.jar" +version = "1.14.0" +path = "./lib/sql-native-1.14.0-20240809-142900-0689c89.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 07624737..9729b4b4 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.12.0.jar" +path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.13.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index d43ae22b..1ea4a22b 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,12 +5,12 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0" +distribution-version = "2201.10.0-20240806-083400-aabac46a" [[package]] org = "ballerina" name = "crypto" -version = "2.7.0" +version = "2.7.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -22,7 +22,7 @@ modules = [ [[package]] org = "ballerina" name = "file" -version = "1.9.0" +version = "1.10.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -37,7 +37,7 @@ modules = [ [[package]] org = "ballerina" name = "io" -version = "1.6.0" +version = "1.6.1" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.value"} @@ -143,7 +143,7 @@ dependencies = [ [[package]] org = "ballerina" name = "sql" -version = "1.13.0" +version = "1.14.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -182,7 +182,7 @@ modules = [ [[package]] org = "ballerinax" name = "postgresql" -version = "1.12.0" +version = "1.13.0" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "file"}, @@ -202,7 +202,7 @@ modules = [ [[package]] org = "ballerinax" name = "postgresql.driver" -version = "1.5.0" +version = "1.5.1" scope = "testOnly" modules = [ {org = "ballerinax", packageName = "postgresql.driver", moduleName = "postgresql.driver"} diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 77e9eb66..086f4156 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["database", "client", "network", "SQL", "RDBMS", "PostgreSQL"] repository = "https://github.com/ballerina-platform/module-ballerinax-postgresql" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.9.0" +distribution = "2201.10.0" [platform.java17] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index aa93b847..78c18070 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.12.1-SNAPSHOT +version=1.13.0-SNAPSHOT puppycrawlCheckstyleVersion=10.12.1 postgreSQLDriverVersion=42.6.0 @@ -11,27 +11,27 @@ researchgateReleaseVersion=2.8.0 testngVersion=7.6.1 ballerinaGradlePluginVersion=2.0.1 -ballerinaLangVersion=2201.9.0 +ballerinaLangVersion=2201.10.0-20240806-083400-aabac46a # Direct Dependencies # Level 01 -stdlibIoVersion=1.6.0 +stdlibIoVersion=1.6.1 stdlibTimeVersion=2.4.0 # Level 02 -stdlibLogVersion=2.9.0 +stdlibLogVersion=2.10.0-20240807-203000-b85cfb9 stdlibOsVersion=1.8.0 # Level 03 -stdlibFileVersion=1.9.0 +stdlibFileVersion=1.10.0-20240807-205900-a4d66bb # Level 07 -stdlibSqlVersion=1.13.0 +stdlibSqlVersion=1.14.0-20240809-142900-0689c89 # Ballerinax Observer -observeVersion=1.2.3 -observeInternalVersion=1.2.2 +observeVersion=1.3.0-20240807-093200-e29ca7a +observeInternalVersion=1.3.0-20240807-094500-91e2d3a # Transitive Dependencies # Level 01 @@ -39,24 +39,24 @@ stdlibUrlVersion=2.4.0 # Level 02 stdlibConstraintVersion=1.5.0 -stdlibCryptoVersion=2.7.0 +stdlibCryptoVersion=2.7.2 stdlibTaskVersion=2.5.0 # Level 03 stdlibCacheVersion=3.8.0 -stdlibMimeVersion=2.9.0 +stdlibMimeVersion=2.10.0-20240807-205100-2728cdc stdlibUuidVersion=1.8.0 # Level 04 -stdlibAuthVersion=2.11.0 -stdlibJwtVersion=2.11.0 -stdlibOAuth2Version=2.11.0 +stdlibAuthVersion=2.12.0-20240807-214700-37b31bb +stdlibJwtVersion=2.13.0-20240809-095500-b9d03ed +stdlibOAuth2Version=2.12.0-20240807-220200-7f7294b # Level 05 -stdlibHttpVersion=2.11.0 +stdlibHttpVersion=2.12.0-20240809-111500-91b1ccd # Level 06 -stdlibTransactionVersion=1.9.0 +stdlibTransactionVersion=1.10.0-20240809-131000-44ec1bf # Ballerina extended library -stdlibPostgresqlDriverVersion=1.5.0 +stdlibPostgresqlDriverVersion=1.5.1