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
ballerina-bot committed Oct 16, 2023
1 parent 74dbd10 commit ccdf8aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "../native/build/libs/websocket-native-2.6.1-SNAPSHOT.jar"
groupId = "io.ballerina.stdlib"
artifactId = "http-native"
version = "2.6.2"
path = "./lib/http-native-2.6.2-20231013-151500-b205e1d.jar"
path = "./lib/http-native-2.6.2.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
Expand Down
9 changes: 5 additions & 4 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.6.0"
version = "2.6.2"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -246,13 +246,14 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.6.0"
version = "2.6.1"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
{org = "ballerina", name = "time"}
{org = "ballerina", name = "time"},
{org = "ballerina", name = "url"}
]
modules = [
{org = "ballerina", packageName = "oauth2", moduleName = "oauth2"}
Expand Down Expand Up @@ -330,7 +331,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "websocket"
version = "2.6.0"
version = "2.6.1"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "constraint"},
Expand Down

0 comments on commit ccdf8aa

Please sign in to comment.