Skip to content

Commit 0ad72d3

Browse files
authored
Fix grpc issues in buildfarm 2.6.0
1 parent 032f18e commit 0ad72d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

defs.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ def buildfarm_init(name = "buildfarm"):
108108
"io.github.lognet:grpc-spring-boot-starter:4.5.4",
109109
"org.bouncycastle:bcprov-jdk15on:1.70",
110110
"net.jcip:jcip-annotations:1.0",
111-
] + ["io.netty:netty-%s:4.1.94.Final" % module for module in IO_NETTY_MODULES] +
112-
["io.grpc:grpc-%s:1.56.1" % module for module in IO_GRPC_MODULES] +
111+
] + ["io.netty:netty-%s:4.1.90.Final" % module for module in IO_NETTY_MODULES] +
112+
["io.grpc:grpc-%s:1.53.0" % module for module in IO_GRPC_MODULES] +
113113
[
114114
"io.prometheus:simpleclient:0.10.0",
115115
"io.prometheus:simpleclient_hotspot:0.10.0",

deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ def archive_dependencies(third_party):
5555
# Needed for @grpc_java//compiler:grpc_java_plugin.
5656
{
5757
"name": "io_grpc_grpc_java",
58-
"sha256": "b8fb7ae4824fb5a5ae6e6fa26ffe2ad7ab48406fdeee54e8965a3b5948dd957e",
59-
"strip_prefix": "grpc-java-1.56.1",
60-
"urls": ["https://github.com/grpc/grpc-java/archive/v1.56.1.zip"],
58+
"sha256": "78bf175f9a8fa23cda724bbef52ad9d0d555cdd1122bcb06484b91174f931239",
59+
"strip_prefix": "grpc-java-1.54.1",
60+
"urls": ["https://github.com/grpc/grpc-java/archive/v1.54.1.zip"],
6161
},
6262
{
6363
"name": "rules_pkg",

0 commit comments

Comments
 (0)