Skip to content

Commit

Permalink
Merge pull request #91 from kasthuriraajan/master
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 4c69648 + b92589f commit b661514
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 19 deletions.
2 changes: 1 addition & 1 deletion s3/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 = "aws.s3"
version = "3.0.0"
Expand Down
44 changes: 27 additions & 17 deletions s3/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 @@ -52,7 +53,7 @@ modules = [
[[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 @@ -65,7 +66,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 @@ -96,7 +97,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 @@ -116,7 +117,7 @@ modules = [
[[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 @@ -170,6 +171,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 @@ -183,7 +192,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 @@ -197,7 +207,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 @@ -211,7 +221,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 @@ -221,7 +231,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 @@ -241,7 +251,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 @@ -253,7 +263,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 @@ -265,7 +275,7 @@ modules = [
[[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 @@ -286,7 +296,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.2"
version = "2.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -297,7 +307,7 @@ modules = [
[[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 s3/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The `ballerinax/aws.s3` is a [Ballerina](https://ballerina.io/) connector for AW
### Compatibility
| | Version |
|--------------------|--------------------|
| Ballerina Language | Swan Lake 2201.2.1 |
| Ballerina Language | Swan Lake 2201.3.0 |
| Amazon S3 API | 2006-03-01 |

## Report issues
Expand Down

0 comments on commit b661514

Please sign in to comment.