summaryrefslogtreecommitdiffstats
path: root/components/parent
diff options
context:
space:
mode:
authorMuthuramalingam, Brinda Santh <bs2796@att.com>2019-01-23 11:42:13 -0500
committerMuthuramalingam, Brinda Santh <bs2796@att.com>2019-01-23 11:42:13 -0500
commitc5da036e9c92280f0f3c722f98e7cc17c857284c (patch)
tree57e5b19ff7953626307d931f41351598343ecee6 /components/parent
parent5ffde7839442e3db09a424e8764753bb9b60814c (diff)
GRPC 1.18.0 Upgrade.
Change-Id: I1f7f75e14d284641d86c5ef91723b00aaab9bed7 Issue-ID: CCSDK-998 Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
Diffstat (limited to 'components/parent')
-rw-r--r--components/parent/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/components/parent/pom.xml b/components/parent/pom.xml
index 365515aa1..b53f9f118 100644
--- a/components/parent/pom.xml
+++ b/components/parent/pom.xml
@@ -34,7 +34,7 @@
<kotlin.version>1.3.11</kotlin.version>
<kotlin.maven.version>1.3.11</kotlin.maven.version>
<kotlin.couroutines.version>1.1.0</kotlin.couroutines.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>
<eelf.version>1.0.0</eelf.version>
<guava.version>27.0.1-jre</guava.version>
@@ -117,6 +117,11 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-common</artifactId>
+ <version>${kotlin.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-scripting-jvm-host</artifactId>
<version>${kotlin.version}</version>
</dependency>