Skip to content

Commit

Permalink
Update to Ballerina version 2201.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasthuriraajan committed Nov 9, 2022
1 parent b1ca72e commit c021407
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 19 deletions.
2 changes: 1 addition & 1 deletion excel/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= "microsoft.excel"
version= "2.3.0"
Expand Down
44 changes: 27 additions & 17 deletions excel/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 = "auth"
version = "2.4.0"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -22,8 +22,9 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.2.2"
version = "3.3.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "task"},
{org = "ballerina", name = "time"}
Expand All @@ -32,15 +33,15 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.0.0"
version = "1.0.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "crypto"
version = "2.2.2"
version = "2.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -49,7 +50,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "file"
version = "1.4.0"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -62,7 +63,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.4.0"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -93,7 +94,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.3.0"
version = "1.3.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -107,7 +108,7 @@ version = "0.0.0"
[[package]]
org = "ballerina"
name = "jwt"
version = "2.4.0"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -158,6 +159,14 @@ org = "ballerina"
name = "lang.object"
version = "0.0.0"

[[package]]
org = "ballerina"
name = "lang.regexp"
version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.runtime"
Expand All @@ -171,7 +180,8 @@ org = "ballerina"
name = "lang.string"
version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.regexp"}
]

[[package]]
Expand All @@ -185,7 +195,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.4.1"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -199,7 +209,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.4.0"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -209,7 +219,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.4.0"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand All @@ -229,7 +239,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.4.0"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -241,7 +251,7 @@ modules = [
[[package]]
org = "ballerina"
name = "regex"
version = "1.3.0"
version = "1.3.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.string"}
Expand All @@ -250,7 +260,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "task"
version = "2.2.2"
version = "2.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -271,15 +281,15 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.2"
version = "2.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "url"
version = "2.2.2"
version = "2.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
2 changes: 1 addition & 1 deletion excel/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This package provides the capability to perform CRUD operations in Microsoft Exc
### Compatibility
| | Version |
|---------------------|--------------------|
| Ballerina Language | Swan Lake 2201.2.1 |
| Ballerina Language | Swan Lake 2201.3.0 |
| Microsoft Graph API | v1.0 |

## Report issues
Expand Down

0 comments on commit c021407

Please sign in to comment.