Skip to content

Commit

Permalink
Merge pull request #86 from SanduDS/master
Browse files Browse the repository at this point in the history
Update to Ballerina version 2201.3.1
  • Loading branch information
LakshanSS authored Jan 12, 2023
2 parents a0ad8d0 + 13c190b commit db397d1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions netsuite/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
12 changes: 6 additions & 6 deletions netsuite/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down Expand Up @@ -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"},
Expand All @@ -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"},
Expand All @@ -265,7 +265,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.5"
version = "1.0.6"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -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"}
Expand Down Expand Up @@ -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"},
Expand Down
2 changes: 1 addition & 1 deletion netsuite/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit db397d1

Please sign in to comment.