From 1804de640abd89bf3b91ba82b74e249a79c37495 Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Tue, 26 Nov 2024 22:37:03 +0530 Subject: [PATCH 1/3] update version for the update 11 --- build-config/resources/Ballerina.toml | 2 +- gradle.properties | 52 ++++++++++++------------ gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index a91e7d0..09fa89f 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["persist", "sql", "mysql", "mssql", "sql-server"] repository = "https://github.com/ballerina-platform/module-ballerinax-persist.sql" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.10.0-20241011-161100-51978649" +distribution = "2201.11.0" [platform.java21] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index 3c9785b..e21b4e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=io.ballerina.stdlib -version=1.4.2-SNAPSHOT +version=1.5.0-SNAPSHOT puppycrawlCheckstyleVersion=10.12.1 checkstyleToolVersion=10.12.1 @@ -12,55 +12,55 @@ gsonVersion=2.10 ballerinaGradlePluginVersion=2.0.1 jacocoVersion=0.8.10 -ballerinaLangVersion=2201.11.0-20241117-133400-a3054b77 +ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc # Direct Dependencies # Level 01 -stdlibIoVersion=1.6.2-20241112-233100-995cf5f -stdlibTimeVersion=2.6.0-20241113-073800-201b904 -stdlibUrlVersion=2.4.1-20241113-073900-335ff51 +stdlibIoVersion=1.7.0-20241121-173300-0fbd5d4 +stdlibTimeVersion=2.6.0-20241122-120400-97742a7 +stdlibUrlVersion=2.5.0-20241122-120400-67af694 # Level 02 -stdlibLogVersion=2.10.1-20241113-120000-4577868 -stdlibOsVersion=1.8.1-20241113-122000-cca973b -stdlibPersistVersion=1.4.1-20241113-122000-306cc63 +stdlibLogVersion=2.11.0-20241122-150100-2e1a3ca +stdlibOsVersion=1.9.0-20241122-071800-1fae486 +stdlibPersistVersion=1.5.0-20241122-123800-2ae4d59 # Level 03 -stdlibFileVersion=1.10.1-20241113-151700-e1a2e38 +stdlibFileVersion=1.11.0-20241122-180900-dff344c # Level 05 -stdlibHttpVersion=2.13.0-20241114-182900-7e9f66a +stdlibHttpVersion=2.13.0-20241126-181000-6585cc5 # Level 07 stdlibSqlVersion=1.15.0-20241116-124800-0bc6a40 # Ballerina external dependency -stdlibH2DriverVersion=1.1.1-20241116-205700-cf03680 -stdlibMysqlDriverVersion=1.7.1-20241116-205100-72cd8ab -stdlibMssqlDriverVersion=1.6.1-20241120-092500-526bfdf -stdlibPostgresqlDriverVersion=1.5.2-20241116-204700-582e4be +stdlibH2DriverVersion=1.2.0-20241126-144300-8c0ddbe +stdlibMysqlDriverVersion=1.8.0-20241126-144300-4dade60 +stdlibMssqlDriverVersion=1.7.0-20241126-144300-5155121 +stdlibPostgresqlDriverVersion=1.6.0-20241126-144300-59acbb0 # Ballerinax Observer -observeVersion=1.4.0-20241113-092000-b83ae74 -observeInternalVersion=1.3.1-20241113-101700-265054d +observeVersion=1.4.0-20241122-184200-c596093 +observeInternalVersion=1.4.0-20241122-185200-9e5b1bb # Transitive Dependencies #Level 02 -stdlibConstraintVersion=1.6.0-20241113-090900-d276ad5 -stdlibCryptoVersion=2.7.3-20241113-081400-d015a39 -stdlibTaskVersion=2.5.1-20241113-123500-f905281 +stdlibConstraintVersion=1.6.0-20241122-133100-98689e2 +stdlibCryptoVersion=2.8.0-20241122-130800-24f1267 +stdlibTaskVersion=2.6.0-20241122-124800-cb84357 # Level 03 -stdlibCacheVersion=3.8.1-20241113-125700-b75a1bf -stdlibMimeVersion=2.10.2-20241113-154200-d953747 -stdlibUuidVersion=1.8.1-20241113-154400-443c67b +stdlibCacheVersion=3.9.0-20241122-182900-c956a97 +stdlibMimeVersion=2.11.0-20241125-094600-bbddf94 +stdlibUuidVersion=1.9.0-20241125-110300-5eb185d # Level 04 -stdlibAuthVersion=2.12.1-20241113-162300-ded40eb -stdlibJwtVersion=2.13.1-20241113-162400-b59ccfa -stdlibOAuth2Version=2.12.1-20241113-162400-4c6ddfe -stdlibDataJsonDataVersion=0.3.0-20241114-143900-285d739 +stdlibAuthVersion=2.13.0-20241125-094500-d380c71 +stdlibJwtVersion=2.14.0-20241125-085500-10a9526 +stdlibOAuth2Version=2.13.0-20241126-071700-7eb9e0b +stdlibDataJsonDataVersion=1.0.0-20241125-114000-0c2f457 # Level 06 stdlibTransactionVersion=1.10.1-20241116-112500-189a4e5 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9f4197d..e2847c8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME From c1024fc3824e151ba779a8cb4588c5ca119e132b Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Wed, 27 Nov 2024 21:58:40 +0530 Subject: [PATCH 2/3] Update version for update 11 --- .github/workflows/publish-release.yml | 9 +++++++-- ballerina/Ballerina.toml | 12 ++++++------ ballerina/CompilerPlugin.toml | 6 +++--- build.gradle | 8 ++++---- compiler-plugin-test/build.gradle | 4 ++-- compiler-plugin/build.gradle | 4 ++-- gradle.properties | 26 ++++++++++++-------------- native/build.gradle | 4 ++-- settings.gradle | 21 +++++++++++++++++++++ 9 files changed, 59 insertions(+), 35 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 697ff20..4d43a64 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -27,13 +27,18 @@ jobs: - name: Create lib directory if not exists run: mkdir -p ballerina/lib - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.23.0 + uses: aquasecurity/trivy-action@master + env: + TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db + TRIVY_JAVA_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db with: scan-type: "rootfs" - scan-ref: "/github/workspace/ballerina/lib" + scan-ref: "${{ github.workspace }}/ballerina/lib" format: "table" timeout: "10m0s" exit-code: "1" + scanners: "vuln" + cache-dir: "/tmp/trivy-cache" - name: Set version env variable run: echo "VERSION=$((grep -w 'version' | cut -d= -f2) < gradle.properties | rev | cut --complement -d- -f1 | rev)" >> $GITHUB_ENV - name: Pre release dependency version update diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 71a84f5..11b6524 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,13 +1,13 @@ [package] org = "ballerinax" name = "persist.sql" -version = "1.4.2" +version = "1.5.0" authors = ["Ballerina"] keywords = ["persist", "sql", "mysql", "mssql", "sql-server"] repository = "https://github.com/ballerina-platform/module-ballerinax-persist.sql" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.10.0-20241011-161100-51978649" +distribution = "2201.11.0" [platform.java21] graalvmCompatible = true @@ -15,14 +15,14 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "persist.sql-native" -version = "1.4.2" -path = "../native/build/libs/persist.sql-native-1.4.2-SNAPSHOT.jar" +version = "1.5.0" +path = "../native/build/libs/persist.sql-native-1.5.0-SNAPSHOT.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "persist-native" -version = "1.4.1" -path = "./lib/persist-native-1.4.1-20241113-122000-306cc63.jar" +version = "1.5.0" +path = "./lib/persist-native-1.5.0-20241122-123800-2ae4d59.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 2052a31..6c95da6 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,10 +3,10 @@ id = "persist.sql-compiler-plugin" class = "io.ballerina.stdlib.persist.sql.compiler.PersistSqlCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.4.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.5.0-SNAPSHOT.jar" [[dependency]] -path = "./lib/persist-native-1.4.1-20241113-122000-306cc63.jar" +path = "./lib/persist-native-1.5.0-20241122-123800-2ae4d59.jar" [[dependency]] -path = "./lib/persist-compiler-plugin-1.4.1-20241113-122000-306cc63.jar" +path = "./lib/persist-compiler-plugin-1.5.0-20241122-123800-2ae4d59.jar" diff --git a/build.gradle b/build.gradle index 7010181..4d8b070 100644 --- a/build.gradle +++ b/build.gradle @@ -15,10 +15,10 @@ // under the License. plugins { - id "com.github.spotbugs" version "${githubSpotbugsVersion}" - id "com.github.johnrengelman.shadow" version "${githubJohnrengelmanShadowVersion}" - id "de.undercouch.download" version "${underCouchDownloadVersion}" - id "net.researchgate.release" version "${researchgateReleaseVersion}" + id "com.github.spotbugs-base" + id "com.github.johnrengelman.shadow" + id "de.undercouch.download" + id "net.researchgate.release" } description = 'Ballerina Persist - SQL Extension' diff --git a/compiler-plugin-test/build.gradle b/compiler-plugin-test/build.gradle index 6644bc1..fd0e1a2 100644 --- a/compiler-plugin-test/build.gradle +++ b/compiler-plugin-test/build.gradle @@ -34,7 +34,7 @@ def ballerinaDist = "${project.rootDir}/target/ballerina-runtime" dependencies { jacocoRuntime "org.jacoco:org.jacoco.agent:${jacoco.toolVersion}:runtime" checkstyle project(':checkstyle') - checkstyle "com.puppycrawl.tools:checkstyle:${puppycrawlCheckstyleVersion}" + checkstyle "com.puppycrawl.tools:checkstyle:${checkstylePluginVersion}" implementation project(":persist.sql-compiler-plugin") testImplementation group: 'org.ballerinalang', name: 'ballerina-lang', version: "${ballerinaLangVersion}" testImplementation group: 'org.ballerinalang', name: 'ballerina-tools-api', version: "${ballerinaLangVersion}" @@ -115,7 +115,7 @@ tasks.withType(Checkstyle) { } checkstyle { - toolVersion "${project.puppycrawlCheckstyleVersion}" + toolVersion "${project.checkstylePluginVersion}" configFile rootProject.file("build-config/checkstyle/build/checkstyle.xml") configProperties = ["suppressionFile": file("${rootDir}/build-config/checkstyle/build/suppressions.xml")] } diff --git a/compiler-plugin/build.gradle b/compiler-plugin/build.gradle index 0f57951..b0ad290 100644 --- a/compiler-plugin/build.gradle +++ b/compiler-plugin/build.gradle @@ -25,7 +25,7 @@ description = 'Ballerina - Persist SQL Compiler Plugin' dependencies { checkstyle project(':checkstyle') - checkstyle "com.puppycrawl.tools:checkstyle:${puppycrawlCheckstyleVersion}" + checkstyle "com.puppycrawl.tools:checkstyle:${checkstylePluginVersion}" implementation group: 'org.ballerinalang', name: 'ballerina-lang', version: "${ballerinaLangVersion}" implementation group: 'org.ballerinalang', name: 'ballerina-tools-api', version: "${ballerinaLangVersion}" @@ -43,7 +43,7 @@ tasks.withType(Checkstyle) { } checkstyle { - toolVersion "${project.puppycrawlCheckstyleVersion}" + toolVersion "${project.checkstylePluginVersion}" configFile rootProject.file("build-config/checkstyle/build/checkstyle.xml") configProperties = ["suppressionFile": file("${rootDir}/build-config/checkstyle/build/suppressions.xml")] } diff --git a/gradle.properties b/gradle.properties index e21b4e5..2936d46 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,19 +1,17 @@ group=io.ballerina.stdlib version=1.5.0-SNAPSHOT +ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc -puppycrawlCheckstyleVersion=10.12.1 -checkstyleToolVersion=10.12.1 -githubSpotbugsVersion=6.0.18 -githubJohnrengelmanShadowVersion=8.1.1 -underCouchDownloadVersion=5.4.0 -researchgateReleaseVersion=2.8.0 +checkstylePluginVersion=10.12.1 +spotbugsPluginVersion=6.0.18 +downloadPluginVersion=5.4.0 +shadowJarPluginVersion=8.1.1 +releasePluginVersion=2.8.0 +ballerinaGradlePluginVersion=2.0.1 testngVersion=7.6.1 gsonVersion=2.10 -ballerinaGradlePluginVersion=2.0.1 jacocoVersion=0.8.10 -ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc - # Direct Dependencies # Level 01 stdlibIoVersion=1.7.0-20241121-173300-0fbd5d4 @@ -63,13 +61,13 @@ stdlibOAuth2Version=2.13.0-20241126-071700-7eb9e0b stdlibDataJsonDataVersion=1.0.0-20241125-114000-0c2f457 # Level 06 -stdlibTransactionVersion=1.10.1-20241116-112500-189a4e5 +stdlibTransactionVersion=1.11.0-20241127-113000-c3f53c6 # Test Dependencies -stdlibMysqlVersion=1.13.2-20241116-211000-539dff6 -stdlibMssqlVersion=1.13.2-20241116-222300-cb5ec9c -stdlibPostgresqlVersion=1.13.3-20241116-222400-f6d72ae -stdlibJdbcVersion=1.12.2-20241116-224900-893e2b1 +stdlibMysqlVersion=1.14.0-20241127-202700-ff70f57 +stdlibMssqlVersion=1.14.0-20241127-202500-c8bea5a +stdlibPostgresqlVersion=1.14.0-20241127-202500-8f2f1cd +stdlibJdbcVersion=1.13.0-20241127-214400-7ba0ea3 # Enabled publishing insecure checksums, due to fail to publish to maven central # Refer https://github.com/gradle/gradle/issues/11308 diff --git a/native/build.gradle b/native/build.gradle index 4b3c6bd..c11be1b 100644 --- a/native/build.gradle +++ b/native/build.gradle @@ -32,7 +32,7 @@ dependencies { jacocoRuntime "org.jacoco:org.jacoco.agent:${jacoco.toolVersion}:runtime" checkstyle project(":checkstyle") - checkstyle "com.puppycrawl.tools:checkstyle:${puppycrawlCheckstyleVersion}" + checkstyle "com.puppycrawl.tools:checkstyle:${checkstylePluginVersion}" implementation group: 'org.ballerinalang', name: 'ballerina-lang', version: "${ballerinaLangVersion}" implementation group: 'org.ballerinalang', name: 'ballerina-runtime', version: "${ballerinaLangVersion}" implementation group: 'io.ballerina.stdlib', name: 'sql-native', version: "${stdlibSqlVersion}" @@ -94,7 +94,7 @@ task validateSpotbugs() { } checkstyle { - toolVersion "${checkstyleToolVersion}" + toolVersion "${checkstylePluginVersion}" configFile file("${rootDir}/build-config/checkstyle/build/checkstyle.xml") configProperties = ["suppressionFile": file("${rootDir}/build-config/checkstyle/build/suppressions.xml")] } diff --git a/settings.gradle b/settings.gradle index 6a8ff7f..3c5c48b 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,6 +7,27 @@ * in the user manual at https://docs.gradle.org/6.3/userguide/multi_project_builds.html */ +pluginManagement { + plugins { + id "com.github.spotbugs-base" version "${spotbugsPluginVersion}" + id "com.github.johnrengelman.shadow" version "${shadowJarPluginVersion}" + id "de.undercouch.download" version "${downloadPluginVersion}" + id "net.researchgate.release" version "${releasePluginVersion}" + id "io.ballerina.plugin" version "${ballerinaGradlePluginVersion}" + } + + repositories { + gradlePluginPortal() + maven { + url = 'https://maven.pkg.github.com/ballerina-platform/*' + credentials { + username System.getenv("packageUser") + password System.getenv("packagePAT") + } + } + } +} + plugins { id "com.gradle.enterprise" version "3.13.2" } From 98b4632915d0d6076f46fa5e54cec7cd7cac65b1 Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Wed, 27 Nov 2024 22:00:33 +0530 Subject: [PATCH 3/3] [Automated] Update native jar versions in toml files --- ballerina/Dependencies.toml | 50 ++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 36bcfd4..60f8c6e 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,12 +5,12 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241117-133400-a3054b77" +distribution-version = "2201.11.0-20241121-075100-c4c87cbc" [[package]] org = "ballerina" name = "auth" -version = "2.12.1" +version = "2.13.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, @@ -23,7 +23,7 @@ dependencies = [ [[package]] org = "ballerina" name = "cache" -version = "3.8.1" +version = "3.9.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "constraint"}, @@ -44,7 +44,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.7.3" +version = "2.8.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, @@ -54,7 +54,7 @@ dependencies = [ [[package]] org = "ballerina" name = "data.jsondata" -version = "0.3.0" +version = "1.0.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, @@ -64,7 +64,7 @@ dependencies = [ [[package]] org = "ballerina" name = "file" -version = "1.10.1" +version = "1.11.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -106,7 +106,7 @@ dependencies = [ [[package]] org = "ballerina" name = "io" -version = "1.6.2" +version = "1.7.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.value"} @@ -123,7 +123,7 @@ modules = [ [[package]] org = "ballerina" name = "jwt" -version = "2.13.1" +version = "2.14.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "cache"}, @@ -238,7 +238,7 @@ dependencies = [ [[package]] org = "ballerina" name = "log" -version = "2.10.1" +version = "2.11.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -252,7 +252,7 @@ modules = [ [[package]] org = "ballerina" name = "mime" -version = "2.10.2" +version = "2.11.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -264,7 +264,7 @@ dependencies = [ [[package]] org = "ballerina" name = "oauth2" -version = "2.12.1" +version = "2.13.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "cache"}, @@ -286,7 +286,7 @@ dependencies = [ [[package]] org = "ballerina" name = "os" -version = "1.8.1" +version = "1.9.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -296,7 +296,7 @@ dependencies = [ [[package]] org = "ballerina" name = "persist" -version = "1.4.1" +version = "1.5.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -321,7 +321,7 @@ modules = [ [[package]] org = "ballerina" name = "task" -version = "2.5.1" +version = "2.6.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, @@ -356,7 +356,7 @@ modules = [ [[package]] org = "ballerina" name = "url" -version = "2.4.1" +version = "2.5.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"} @@ -365,7 +365,7 @@ dependencies = [ [[package]] org = "ballerina" name = "uuid" -version = "1.8.1" +version = "1.9.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, @@ -399,7 +399,7 @@ modules = [ [[package]] org = "ballerinax" name = "h2.driver" -version = "1.1.1" +version = "1.2.0" scope = "testOnly" modules = [ {org = "ballerinax", packageName = "h2.driver", moduleName = "h2.driver"} @@ -408,7 +408,7 @@ modules = [ [[package]] org = "ballerinax" name = "java.jdbc" -version = "1.12.2" +version = "1.13.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -424,7 +424,7 @@ modules = [ [[package]] org = "ballerinax" name = "mssql" -version = "1.13.2" +version = "1.14.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, @@ -439,7 +439,7 @@ modules = [ [[package]] org = "ballerinax" name = "mssql.driver" -version = "1.6.1" +version = "1.7.0" scope = "testOnly" modules = [ {org = "ballerinax", packageName = "mssql.driver", moduleName = "mssql.driver"} @@ -448,7 +448,7 @@ modules = [ [[package]] org = "ballerinax" name = "mysql" -version = "1.13.2" +version = "1.14.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, @@ -464,7 +464,7 @@ modules = [ [[package]] org = "ballerinax" name = "mysql.driver" -version = "1.7.1" +version = "1.8.0" scope = "testOnly" modules = [ {org = "ballerinax", packageName = "mysql.driver", moduleName = "mysql.driver"} @@ -473,7 +473,7 @@ modules = [ [[package]] org = "ballerinax" name = "persist.sql" -version = "1.4.2" +version = "1.5.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "log"}, @@ -498,7 +498,7 @@ modules = [ [[package]] org = "ballerinax" name = "postgresql" -version = "1.13.3" +version = "1.14.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, @@ -514,7 +514,7 @@ modules = [ [[package]] org = "ballerinax" name = "postgresql.driver" -version = "1.5.2" +version = "1.6.0" scope = "testOnly" modules = [ {org = "ballerinax", packageName = "postgresql.driver", moduleName = "postgresql.driver"}