summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrinda Santh <brindasanth@in.ibm.com>2019-07-29 09:44:27 -0400
committerBrinda Santh <brindasanth@in.ibm.com>2019-07-29 09:44:27 -0400
commit352397d2713999b0020d96eaab300b2efb7d518c (patch)
tree3209139a53ab3ddca02fa459595b8ffc2b1e0443
parent8074b3842d2b6a504c48ad26f3de1f2604e89ec4 (diff)
Upgrade grpc and protobuf version properties.
Issue-ID: CCSDK-1352 Signed-off-by: Brinda Santh <brindasanth@in.ibm.com> Change-Id: I32f3bed7eae7068b80d68d8c98db56e92bd1ae99
-rwxr-xr-xspringboot/springboot2/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index 2259ea5c..4283053e 100755
--- a/springboot/springboot2/pom.xml
+++ b/springboot/springboot2/pom.xml
@@ -108,7 +108,8 @@
<apache.httpcomponents.client.version>4.5.2</apache.httpcomponents.client.version>
<derby.version>10.14.2.0</derby.version>
<eelf.version>1.0.0</eelf.version>
- <grpc.version>1.17.1</grpc.version>
+ <grpc.version>1.18.0</grpc.version>
+ <protobuff.java.utils.version>3.6.1</protobuff.java.utils.version>
<jackson.bom.version>2.8.11.20181123</jackson.bom.version>
<jersey.version>2.25.1</jersey.version>
<jettison.version>1.3.8</jettison.version>