Skip to content

Commit 5aed252

Browse files
jyanedapengzhang0
authored andcommitted
bazel: use same version libraries which gradle uses
1 parent 3809f67 commit 5aed252

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

repositories.bzl

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -184,71 +184,71 @@ def com_squareup_okio():
184184
def io_netty_codec_http2():
185185
native.maven_jar(
186186
name = "io_netty_netty_codec_http2",
187-
artifact = "io.netty:netty-codec-http2:4.1.16.Final",
188-
sha1 = "45c27cddac120a4fcda8f699659e59389f7b9736",
187+
artifact = "io.netty:netty-codec-http2:4.1.17.Final",
188+
sha1 = "f9844005869c6d9049f4b677228a89fee4c6eab3",
189189
)
190190

191191
def io_netty_buffer():
192192
native.maven_jar(
193193
name = "io_netty_netty_buffer",
194-
artifact = "io.netty:netty-buffer:4.1.16.Final",
195-
sha1 = "63b5fa95c74785e16f2c30ce268bc222e35c8cb5",
194+
artifact = "io.netty:netty-buffer:4.1.17.Final",
195+
sha1 = "fdd68fb3defd7059a7392b9395ee941ef9bacc25",
196196
)
197197

198198
def io_netty_common():
199199
native.maven_jar(
200200
name = "io_netty_netty_common",
201-
artifact = "io.netty:netty-common:4.1.16.Final",
202-
sha1 = "177a6b30cca92f6f5f9873c9befd681377a4c328",
201+
artifact = "io.netty:netty-common:4.1.17.Final",
202+
sha1 = "581c8ee239e4dc0976c2405d155f475538325098",
203203
)
204204

205205
def io_netty_transport():
206206
native.maven_jar(
207207
name = "io_netty_netty_transport",
208-
artifact = "io.netty:netty-transport:4.1.16.Final",
209-
sha1 = "3c8ee2c4d4a1cbb947a5c184c7aeb2204260958b",
208+
artifact = "io.netty:netty-transport:4.1.17.Final",
209+
sha1 = "9585776b0a8153182412b5d5366061ff486914c1",
210210
)
211211

212212
def io_netty_codec():
213213
native.maven_jar(
214214
name = "io_netty_netty_codec",
215-
artifact = "io.netty:netty-codec:4.1.16.Final",
216-
sha1 = "d84a1f21768b7309c2954521cf5a1f46c2309eb1",
215+
artifact = "io.netty:netty-codec:4.1.17.Final",
216+
sha1 = "1d00f56dc9e55203a4bde5aae3d0828fdeb818e7",
217217
)
218218

219219
def io_netty_codec_socks():
220220
native.maven_jar(
221221
name = "io_netty_netty_codec_socks",
222-
artifact = "io.netty:netty-codec-socks:4.1.16.Final",
223-
sha1 = "f42aabfb1dcae4eaf1700f2c2d047eab3c1b8523",
222+
artifact = "io.netty:netty-codec-socks:4.1.17.Final",
223+
sha1 = "a159bf1f3d5019e0d561c92fbbec8400967471fa",
224224
)
225225

226226
def io_netty_codec_http():
227227
native.maven_jar(
228228
name = "io_netty_netty_codec_http",
229-
artifact = "io.netty:netty-codec-http:4.1.16.Final",
230-
sha1 = "d64312378b438dfdad84267c599a053327c6f02a",
229+
artifact = "io.netty:netty-codec-http:4.1.17.Final",
230+
sha1 = "251d7edcb897122b9b23f24ff793cd0739056b9e",
231231
)
232232

233233
def io_netty_handler():
234234
native.maven_jar(
235235
name = "io_netty_netty_handler",
236-
artifact = "io.netty:netty-handler:4.1.16.Final",
237-
sha1 = "fec0e63e7dd7f4eeef7ea8dc47a1ff32dfc7ebc2",
236+
artifact = "io.netty:netty-handler:4.1.17.Final",
237+
sha1 = "18c40ffb61a1d1979eca024087070762fdc4664a",
238238
)
239239

240240
def io_netty_handler_proxy():
241241
native.maven_jar(
242242
name = "io_netty_netty_handler_proxy",
243-
artifact = "io.netty:netty-handler-proxy:4.1.16.Final",
244-
sha1 = "e3007ed3368748ccdc35c1f38c7d6c089768373a",
243+
artifact = "io.netty:netty-handler-proxy:4.1.17.Final",
244+
sha1 = "9330ee60c4e48ca60aac89b7bc5ec2567e84f28e",
245245
)
246246

247247
def io_netty_resolver():
248248
native.maven_jar(
249249
name = "io_netty_netty_resolver",
250-
artifact = "io.netty:netty-resolver:4.1.16.Final",
251-
sha1 = "f6eb553b53fb3a90a8ac1170697093fed82eae28",
250+
artifact = "io.netty:netty-resolver:4.1.17.Final",
251+
sha1 = "8f386c80821e200f542da282ae1d3cde5cad8368",
252252
)
253253

254254
def io_netty_tcnative_boringssl_static():

0 commit comments

Comments
 (0)