Skip to content

Commit

Permalink
Merge pull request #86 from kasthuriraajan/main
Browse files Browse the repository at this point in the history
Update to Ballerina version 2201.3.0
  • Loading branch information
kapilraajP authored Nov 9, 2022
2 parents 48d345a + 3bb1fe0 commit bfdc42b
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 21 deletions.
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.ballerinalang.twitter
version=2.3.0
ballerinaLangVersion=2201.2.1
ballerinaLangVersion=2201.3.0-rc1
2 changes: 1 addition & 1 deletion twitter/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 = "twitter"
license= ["Apache-2.0"]
Expand Down
46 changes: 28 additions & 18 deletions twitter/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 @@ -113,7 +114,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 @@ -164,6 +165,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 @@ -177,7 +186,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 @@ -191,7 +201,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 @@ -205,7 +215,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 @@ -215,7 +225,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 @@ -235,7 +245,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 @@ -247,7 +257,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 @@ -259,7 +269,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 @@ -280,7 +290,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.2"
version = "2.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -291,7 +301,7 @@ modules = [
[[package]]
org = "ballerina"
name = "url"
version = "2.2.2"
version = "2.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -302,7 +312,7 @@ modules = [
[[package]]
org = "ballerina"
name = "uuid"
version = "1.3.0"
version = "1.4.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand Down
2 changes: 1 addition & 1 deletion twitter/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 Tweets and users related operati
### Compatibility
| | Version |
|---------------------|---------------------------|
| Ballerina Language | Swan Lake 2201.2.1 |
| Ballerina Language | Swan Lake 2201.3.0 |
| Twitter API | V1.1 |

## Report issues
Expand Down

0 comments on commit bfdc42b

Please sign in to comment.