Skip to content

Commit 0d62e3c

Browse files
committed
Update transport version in the Ballerina.toml files
1 parent 7ac3d1b commit 0d62e3c

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

stdlib/grpc/src/main/ballerina/Ballerina.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ target = "java8"
2121

2222
[[platform.libraries]]
2323
artifactId = "org.wso2.transport.http.netty"
24-
version = "6.3.54"
25-
path = "./lib/org.wso2.transport.http.netty-6.3.54.jar"
24+
version = "6.3.60"
25+
path = "./lib/org.wso2.transport.http.netty-6.3.60.jar"
2626
groupId = "org.wso2.transport.http"
2727
modules = ["grpc"]
2828

stdlib/http/src/main/ballerina/Ballerina.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ target = "java8"
1414

1515
[[platform.libraries]]
1616
artifactId = "org.wso2.transport.http.netty"
17-
version = "6.3.54"
18-
path = "./lib/org.wso2.transport.http.netty-6.3.54.jar"
17+
version = "6.3.60"
18+
path = "./lib/org.wso2.transport.http.netty-6.3.60.jar"
1919
groupId = "org.wso2.transport.http"
2020
modules = ["http"]
2121

stdlib/mime/src/main/ballerina/Ballerina.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ target = "java8"
1414

1515
[[platform.libraries]]
1616
artifactId = "org.wso2.transport.http.netty"
17-
version = "6.3.54"
18-
path = "./lib/org.wso2.transport.http.netty-6.3.54.jar"
17+
version = "6.3.60"
18+
path = "./lib/org.wso2.transport.http.netty-6.3.60.jar"
1919
groupId = "org.wso2.transport.http"
2020
modules = ["mime"]
2121

stdlib/websub/src/main/ballerina/Ballerina.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ target = "java8"
1414

1515
[[platform.libraries]]
1616
artifactId = "org.wso2.transport.http.netty"
17-
version = "6.3.54"
18-
path = "./lib/org.wso2.transport.http.netty-6.3.54.jar"
17+
version = "6.3.60"
18+
path = "./lib/org.wso2.transport.http.netty-6.3.60.jar"
1919
groupId = "org.wso2.transport.http"
2020
modules = ["web-sub"]
2121

0 commit comments

Comments
 (0)