Skip to content

Commit 97b44fd

Browse files
authored
deps: Update dependencies (#69)
grpc, netty, netty-tcnative, protobuf, gson Also update version of etcd used for tests from 3.3.22 to 3.4.20. Signed-off-by: Nick Hill <nickhill@us.ibm.com>
1 parent 2ccc57d commit 97b44fd

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

build-env/install-etcd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Fail on any error
44
set -e
55

6-
ETCD_VERSION=v3.3.22
6+
ETCD_VERSION=v3.4.20
77

88
INSTALL_DIR="${1:-$HOME/etcd}"
99

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@
5555
</distributionManagement>
5656

5757
<properties>
58-
<grpc-version>1.45.1</grpc-version>
58+
<grpc-version>1.48.1</grpc-version>
5959
<!-- netty and protobuf versions kept in sync with grpc's deps -->
60-
<netty-version>4.1.72.Final</netty-version>
61-
<netty-tcnative-version>2.0.46.Final</netty-tcnative-version>
62-
<protobuf-version>3.20.0</protobuf-version>
63-
<gson-version>2.9.0</gson-version>
60+
<netty-version>4.1.77.Final</netty-version>
61+
<netty-tcnative-version>2.0.53.Final</netty-tcnative-version>
62+
<protobuf-version>3.21.1</protobuf-version>
63+
<gson-version>2.9.1</gson-version>
6464
<slf4j-version>1.7.36</slf4j-version>
6565
<junit-version>4.13.2</junit-version>
6666
<guava-version>31.1-jre</guava-version>
67-
<annotations-version>9.0.62</annotations-version>
67+
<annotations-version>9.0.65</annotations-version>
6868

6969
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7070
</properties>

0 commit comments

Comments
 (0)