Skip to content

Commit a7d7cba

Browse files
Merge pull request #44499 from ballerina-platform/thisaru-1.2.x
Fix Version Mismatches in Ballerina.toml Files
2 parents 6ab973e + 9aed01a commit a7d7cba

4 files changed

Lines changed: 22 additions & 22 deletions

File tree

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

Lines changed: 4 additions & 4 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

@@ -119,7 +119,7 @@ target = "java8"
119119

120120
[[platform.libraries]]
121121
artifactId = "bcpkix-jdk18on"
122-
version = "1.78.1"
122+
version = "1.79"
123123
path = "./lib/bcpkix-jdk18on-1.79.jar"
124124
groupId = "org.bouncycastle"
125125
modules = ["grpc"]
@@ -203,7 +203,7 @@ target = "java8"
203203

204204
[[platform.libraries]]
205205
artifactId = "org.wso2.carbon.secvault"
206-
version = "1.0.0"
206+
version = "1.0.0-wso2v2"
207207
path = "./lib/org.wso2.securevault-1.0.0-wso2v2.jar"
208208
groupId = "org.wso2.carbon.secvault"
209209
modules = ["grpc"]

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

Lines changed: 3 additions & 3 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

@@ -112,7 +112,7 @@ target = "java8"
112112

113113
[[platform.libraries]]
114114
artifactId = "bcpkix-jdk18on"
115-
version = "1.78.1"
115+
version = "1.79"
116116
path = "./lib/bcpkix-jdk18on-1.79.jar"
117117
groupId = "org.bouncycastle"
118118
modules = ["http"]

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

Lines changed: 3 additions & 3 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

@@ -126,7 +126,7 @@ target = "java8"
126126

127127
[[platform.libraries]]
128128
artifactId = "bcpkix-jdk18on"
129-
version = "1.78.1"
129+
version = "1.79"
130130
path = "./lib/bcpkix-jdk18on-1.79.jar"
131131
groupId = "org.bouncycastle"
132132
modules = ["mime"]

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

Lines changed: 12 additions & 12 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

@@ -112,7 +112,7 @@ target = "java8"
112112

113113
[[platform.libraries]]
114114
artifactId = "bcpkix-jdk18on"
115-
version = "1.78.1"
115+
version = "1.79"
116116
path = "./lib/bcpkix-jdk18on-1.79.jar"
117117
groupId = "org.bouncycastle"
118118
modules = ["web-sub"]
@@ -182,29 +182,29 @@ target = "java8"
182182

183183
[[platform.libraries]]
184184
artifactId = "broker-common"
185-
version = "0.970.0"
186-
path = "./lib/broker-common-0.970.0.jar"
185+
version = "0.970.5"
186+
path = "./lib/broker-common-0.970.5.jar"
187187
groupId = "io.ballerina.messaging"
188188
modules = ["web-sub"]
189189

190190
[[platform.libraries]]
191191
artifactId = "broker-auth"
192-
version = "0.970.0"
193-
path = "./lib/broker-auth-0.970.0.jar"
192+
version = "0.970.5"
193+
path = "./lib/broker-auth-0.970.5.jar"
194194
groupId = "io.ballerina.messaging"
195195
modules = ["web-sub"]
196196

197197
[[platform.libraries]]
198198
artifactId = "broker-rest-runner"
199-
version = "0.970.0"
200-
path = "./lib/broker-rest-runner-0.970.0.jar"
199+
version = "0.970.5"
200+
path = "./lib/broker-rest-runner-0.970.5.jar"
201201
groupId = "io.ballerina.messaging"
202202
modules = ["web-sub"]
203203

204204
[[platform.libraries]]
205205
artifactId = "broker-coordination"
206-
version = "0.970.0"
207-
path = "./lib/broker-coordination-0.970.0.jar"
206+
version = "0.970.5"
207+
path = "./lib/broker-coordination-0.970.5.jar"
208208
groupId = "io.ballerina.messaging"
209209
modules = ["web-sub"]
210210

@@ -217,7 +217,7 @@ target = "java8"
217217

218218
[[platform.libraries]]
219219
artifactId = "guava"
220-
version = "19.0"
220+
version = "32.1.1-jre"
221221
path = "./lib/guava-32.1.1-jre.jar"
222222
groupId = "com.google.guava"
223223
modules = ["web-sub"]

0 commit comments

Comments
 (0)