summaryrefslogtreecommitdiffstats
path: root/mod2/catalog-service/pom.xml
diff options
context:
space:
mode:
authorRavi Mantena <rx908f@att.com>2020-11-27 13:34:11 -0500
committerRavi Mantena <rx908f@att.com>2020-12-08 14:13:43 -0500
commite3578fcdcd65c9f919c0f7cc16949b79b70d12b4 (patch)
treee85f8b4048dfc3e7118216894ee36c255cbd6211 /mod2/catalog-service/pom.xml
parent437e1f4e621d63cf576caa5de9c5c4804ea455f9 (diff)
Policy Model Distribution POC Issue-ID: DCAEGEN2-1868
Issue-ID: DCAEGEN2-1868 Change-Id: Ife6421558af59405f3026f66950ff8f2d7aeba17 Signed-off-by: Ravi Mantena <rx908f@att.com>
Diffstat (limited to 'mod2/catalog-service/pom.xml')
-rw-r--r--mod2/catalog-service/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod2/catalog-service/pom.xml b/mod2/catalog-service/pom.xml
index fee27ec..9a82b7b 100644
--- a/mod2/catalog-service/pom.xml
+++ b/mod2/catalog-service/pom.xml
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.onap.dcaegen2.platform.mod</groupId>
<artifactId>blueprint-generator</artifactId>
- <version>1.5.2-SNAPSHOT</version>
+ <version>1.5.2</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -102,12 +102,12 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
- <version>4.0.1</version>
+ <version>4.2.2</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
- <version>4.0.1</version>
+ <version>4.2.2</version>
<scope>test</scope>
</dependency>
</dependencies>