summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrinda Santh <bs2796@att.com>2019-11-25 17:00:00 -0500
committerBrinda Santh <bs2796@att.com>2019-11-25 17:00:00 -0500
commitd58f23d6587cd784726a273d98fa9b5e5b39728a (patch)
treea6761cb9322d0c445a98d501e2d20de2e38f679a
parent9c6ac8827fdb7edc2df9d0276e8d314890cce82d (diff)
Upgrade GRPC parent pom version.
Issue-ID: CCSDK-1737 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I692635df521b00a5c17576a87a97070cd55920e6
-rwxr-xr-xspringboot/springboot2/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index 80a05172..6db28f10 100755
--- a/springboot/springboot2/pom.xml
+++ b/springboot/springboot2/pom.xml
@@ -114,8 +114,10 @@
<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.18.0</grpc.version>
- <protobuff.java.utils.version>3.6.1</protobuff.java.utils.version>
+ <grpc.version>1.25.0</grpc.version>
+ <protobuff.java.version>3.10.0</protobuff.java.version>
+ <protobuff.java.utils.version>3.10.0</protobuff.java.utils.version>
+ <atomix.version>3.1.5</atomix.version>
<jackson.bom.version>2.9.9.20190807</jackson.bom.version>
<jersey.version>2.25.1</jersey.version>
<jettison.version>1.3.8</jettison.version>