Skip to content

Commit

Permalink
Update wso2 transport
Browse files Browse the repository at this point in the history
  • Loading branch information
chiranSachintha committed May 7, 2024
1 parent eff82e7 commit e31fe51
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gradle/javaLibsProject.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
dist 'org.wso2.carbon:org.wso2.carbon.core:5.1.0'
dist 'org.wso2.securevault:org.wso2.securevault:1.0.0-wso2v2'
dist 'org.wso2.transport.file:org.wso2.transport.local-file-system:6.0.55'
dist 'org.wso2.transport.http:org.wso2.transport.http.netty:6.3.48'
dist 'org.wso2.transport.http:org.wso2.transport.http.netty:6.3.52'
dist 'org.bouncycastle:bcprov-jdk18on:1.74'
dist 'org.bouncycastle:bcpkix-jdk15on:1.61'

Expand Down
2 changes: 1 addition & 1 deletion gradle/javaProject.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies {
implementation 'org.wso2.carbon.messaging:org.wso2.carbon.messaging:2.3.7'
implementation 'org.wso2.orbit.org.antlr:antlr4-runtime:4.5.1.wso2v1'
implementation 'org.yaml:snakeyaml:2.0'
implementation 'org.wso2.transport.http:org.wso2.transport.http.netty:6.3.48'
implementation 'org.wso2.transport.http:org.wso2.transport.http.netty:6.3.52'
implementation 'org.wso2.transport.file:org.wso2.transport.local-file-system:6.0.55'
implementation 'org.wso2.staxon:staxon-core:1.2.0.wso2v2'
implementation 'org.quartz-scheduler:quartz:2.3.2'
Expand Down
4 changes: 2 additions & 2 deletions stdlib/grpc/src/main/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ target = "java8"

[[platform.libraries]]
artifactId = "org.wso2.transport.http.netty"
version = "6.3.43"
path = "./lib/org.wso2.transport.http.netty-6.3.48.jar"
version = "6.3.52"
path = "./lib/org.wso2.transport.http.netty-6.3.52.jar"
groupId = "org.wso2.transport.http"
modules = ["grpc"]

Expand Down
4 changes: 2 additions & 2 deletions stdlib/http/src/main/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ target = "java8"

[[platform.libraries]]
artifactId = "org.wso2.transport.http.netty"
version = "6.3.43"
path = "./lib/org.wso2.transport.http.netty-6.3.48.jar"
version = "6.3.52"
path = "./lib/org.wso2.transport.http.netty-6.3.52.jar"
groupId = "org.wso2.transport.http"
modules = ["http"]

Expand Down
4 changes: 2 additions & 2 deletions stdlib/mime/src/main/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ target = "java8"

[[platform.libraries]]
artifactId = "org.wso2.transport.http.netty"
version = "6.3.43"
path = "./lib/org.wso2.transport.http.netty-6.3.48.jar"
version = "6.3.52"
path = "./lib/org.wso2.transport.http.netty-6.3.52.jar"
groupId = "org.wso2.transport.http"
modules = ["mime"]

Expand Down
4 changes: 2 additions & 2 deletions stdlib/websub/src/main/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ target = "java8"

[[platform.libraries]]
artifactId = "org.wso2.transport.http.netty"
version = "6.3.43"
path = "./lib/org.wso2.transport.http.netty-6.3.48.jar"
version = "6.3.52"
path = "./lib/org.wso2.transport.http.netty-6.3.52.jar"
groupId = "org.wso2.transport.http"
modules = ["web-sub"]

Expand Down

0 comments on commit e31fe51

Please sign in to comment.