diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index 597aeb5..43ec825 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -19,14 +19,14 @@ jobs: steps: - uses: actions/checkout@v2 - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.3.1 with: args: pack ./netsuite - name: Push to Staging if: github.event.inputs.bal_central_environment == 'STAGE' - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.3.1 with: args: push @@ -36,7 +36,7 @@ jobs: - name: Push to Dev if: github.event.inputs.bal_central_environment == 'DEV' - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.3.1 with: args: push diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33da03e..3be98f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.3.1 with: args: pack ./netsuite @@ -22,7 +22,7 @@ jobs: NS_CLIENT_SECRET: ${{ secrets.CONSUMERSECRET }} NS_ACCOUNTID: ${{secrets.ACCOUNTID}} - name: Ballerina Push - uses: ballerina-platform/ballerina-action/@2201.2.1 + uses: ballerina-platform/ballerina-action/@2201.3.1 with: args: push diff --git a/netsuite/Ballerina.toml b/netsuite/Ballerina.toml index ae5a44e..a553a2d 100644 --- a/netsuite/Ballerina.toml +++ b/netsuite/Ballerina.toml @@ -1,8 +1,8 @@ [package] -distribution = "2201.3.0" +distribution = "2201.3.1" org = "ballerinax" name = "netsuite" -version = "3.0.1" +version = "3.1.0" authors = ["Ballerina"] repository = "https://github.com/ballerina-platform/module-ballerinax-netsuite" keywords = ["Business Management/ERP", "Cost/Paid"] diff --git a/netsuite/Dependencies.toml b/netsuite/Dependencies.toml index 85162c5..4c12278 100644 --- a/netsuite/Dependencies.toml +++ b/netsuite/Dependencies.toml @@ -66,7 +66,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.5.0" +version = "2.5.2" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -229,7 +229,7 @@ modules = [ [[package]] org = "ballerina" name = "log" -version = "2.5.0" +version = "2.5.1" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -243,7 +243,7 @@ modules = [ [[package]] org = "ballerina" name = "mime" -version = "2.5.0" +version = "2.5.1" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -265,7 +265,7 @@ dependencies = [ [[package]] org = "ballerina" name = "observe" -version = "1.0.5" +version = "1.0.6" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -285,7 +285,7 @@ modules = [ [[package]] org = "ballerina" name = "regex" -version = "1.3.1" +version = "1.3.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.string"} @@ -387,7 +387,7 @@ modules = [ [[package]] org = "ballerinax" name = "netsuite" -version = "3.0.1" +version = "3.1.0" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "http"}, diff --git a/netsuite/Package.md b/netsuite/Package.md index c6fc667..5985bc4 100644 --- a/netsuite/Package.md +++ b/netsuite/Package.md @@ -7,7 +7,7 @@ This package provides the capability to access NetSuite and manipulate NetSuite ### Compatibility | | Version | |-------------------------------|---------------------------| -| Ballerina Language | Swan Lake 2201.3.0 | +| Ballerina Language | Swan Lake 2201.3.1 | | SOAP API | SOAP 1.1 | | WSDL | 2020.2.0 |