analyze and fix IQ server violations SDC 95/37795/2
authorGitelman, Tal (tg851x) <tg851x@intl.att.com>
Thu, 22 Mar 2018 14:26:58 +0000 (16:26 +0200)
committerTal Gitelman <tg851x@intl.att.com>
Sun, 25 Mar 2018 11:01:07 +0000 (11:01 +0000)
Change-Id: If1166819bd6949acfcd86a3850c3477807dca588
Issue-ID: SDC-1114
Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
catalog-be/pom.xml
pom.xml

index 64ceb1a..da0df12 100644 (file)
@@ -12,7 +12,6 @@
     </parent>
 
     <properties>
-        <swagger-ui-version>2.1.0-M2</swagger-ui-version>
     </properties>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index 4273365..348ffcc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -44,9 +44,9 @@
                <jetty.version>9.2.10.v20150310</jetty.version>
 
                <!-- JSON and YAML Parsing -->
-               <jackson.version>2.8.10</jackson.version>
-               <jackson.yaml.version>2.8.1</jackson.yaml.version>
-               <jackson.annotations.version>2.8.4</jackson.annotations.version>
+               <jackson.version>2.9.4</jackson.version>
+               <jackson.yaml.version>2.9.4</jackson.yaml.version>
+               <jackson.annotations.version>2.9.4</jackson.annotations.version>
 
                <!-- Yaml for properties -->
                <snakeyaml.version>1.14</snakeyaml.version>