Skip to content

Commit

Permalink
Merge pull request #119 from kasthuriraajan/main
Browse files Browse the repository at this point in the history
Update to Ballerina version 2201.3.0
  • Loading branch information
LakshanSS authored Nov 10, 2022
2 parents 5a605a3 + 43b2113 commit 7a4273e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion asb-ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
distribution = "2201.2.1"
distribution = "2201.3.0"
org = "ballerinax"
name = "asb"
version = "2.4.0"
Expand Down
7 changes: 4 additions & 3 deletions asb-ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies-toml-version = "2"
[[package]]
org = "ballerina"
name = "io"
version = "1.2.2"
version = "1.3.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -36,7 +36,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.2.1"
version = "2.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -59,9 +59,10 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.2.1"
version = "1.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"}
]
modules = [
Expand Down
2 changes: 1 addition & 1 deletion asb-ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This package provides the capability to easily access Microsoft Azure Service Bu

| | Version |
|----------------------------|-----------------------|
| Ballerina Language | Swan Lake 2201.2.1 |
| Ballerina Language | Swan Lake 2201.3.0 |
| Azure Service Bus SDK | 3.5.1 |

## Report issues
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.caching=true
group=org.ballerinax.azure.servicebus
version=2.4.0
ballerinaLangVersion=2201.2.1
ballerinaLangVersion=2201.3.0-rc1

0 comments on commit 7a4273e

Please sign in to comment.