Upgrade GRPC parent pom version.

Issue-ID: CCSDK-1737
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: I692635df521b00a5c17576a87a97070cd55920e6
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index 80a0517..6db28f1 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>