Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed Jun 15, 2023
1 parent fabf5d4 commit fb30851
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 21 deletions.
13 changes: 8 additions & 5 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ keywords = ["http", "network", "service", "listener", "client"]
repository = "https://github.com/ballerina-platform/module-ballerina-http"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.5.0"
distribution = "2201.7.0"
export = ["http", "http.httpscerr"]

[platform.java11]
graalvmCompatible = true

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "http-native"
Expand All @@ -19,14 +22,14 @@ path = "../native/build/libs/http-native-2.9.0-SNAPSHOT.jar"
[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "mime-native"
version = "2.7.1"
path = "./lib/mime-native-2.7.1.jar"
version = "2.8.0"
path = "./lib/mime-native-2.8.0-20230614-201600-ffa7634.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.2.0"
path = "./lib/constraint-native-1.2.0.jar"
version = "1.3.0"
path = "./lib/constraint-native-1.3.0-20230614-161700-f1a0fb3.jar"

[[platform.java11.dependency]]
groupId = "io.netty"
Expand Down
32 changes: 16 additions & 16 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.5.0"
distribution-version = "2201.6.0-20230614-102000-d1aade7d"

[[package]]
org = "ballerina"
name = "auth"
version = "2.8.0"
version = "2.9.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -25,7 +25,7 @@ modules = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.5.0"
version = "3.6.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -39,7 +39,7 @@ modules = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.2.0"
version = "1.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -50,7 +50,7 @@ modules = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.3.1"
version = "2.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -62,7 +62,7 @@ modules = [
[[package]]
org = "ballerina"
name = "file"
version = "1.7.1"
version = "1.8.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -108,7 +108,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.4.1"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -128,7 +128,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.8.0"
version = "2.9.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -240,7 +240,7 @@ modules = [
[[package]]
org = "ballerina"
name = "log"
version = "2.7.1"
version = "2.8.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -254,7 +254,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.7.1"
version = "2.8.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -267,7 +267,7 @@ modules = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.8.0"
version = "2.9.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand All @@ -283,7 +283,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.7"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -295,7 +295,7 @@ modules = [
[[package]]
org = "ballerina"
name = "os"
version = "1.6.1"
version = "1.7.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -304,7 +304,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "task"
version = "2.3.3"
version = "2.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -313,7 +313,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.5"
version = "2.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -324,7 +324,7 @@ modules = [
[[package]]
org = "ballerina"
name = "url"
version = "2.2.4"
version = "2.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down

0 comments on commit fb30851

Please sign in to comment.