Skip to content

Commit

Permalink
Upgrade grpc to v1.35.0 (#2713)
Browse files Browse the repository at this point in the history
* Upgrade grpc to v1.35.0

* Update copyright
  • Loading branch information
thegridman authored Feb 3, 2021
1 parent b90650a commit bf9e2e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<version.lib.graalvm>20.2.0</version.lib.graalvm>
<version.lib.graphql-java>15.0</version.lib.graphql-java>
<version.lib.graphql-java.extended.scalars>15.0.0</version.lib.graphql-java.extended.scalars>
<version.lib.grpc>1.32.1</version.lib.grpc>
<version.lib.grpc>1.35.0</version.lib.grpc>
<version.lib.guava>30.0-jre</version.lib.guava>
<version.lib.h2>1.4.199</version.lib.h2>
<version.lib.hamcrest>1.3</version.lib.hamcrest>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2016, 2020 Oracle and/or its affiliates.
Copyright (c) 2016, 2021 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -61,7 +61,7 @@
<version.lib.jgit>4.9.9.201903122025-r</version.lib.jgit>
<version.lib.jsch>0.1.55</version.lib.jsch>
<version.lib.kafka-junit5>3.2.1</version.lib.kafka-junit5>
<version.lib.netty.tcnative>2.0.26.Final</version.lib.netty.tcnative>
<version.lib.netty.tcnative>2.0.36.Final</version.lib.netty.tcnative>
<version.lib.restito>0.9.1</version.lib.restito>
<version.lib.rxjava2-jdk9-interop>0.1.0</version.lib.rxjava2-jdk9-interop>
<version.lib.rxjava>2.2.10</version.lib.rxjava>
Expand Down

0 comments on commit bf9e2e2

Please sign in to comment.