Updated versions for sonar violations 03/63103/1
authordglFromAtt <dgl@research.att.com>
Sat, 25 Aug 2018 01:53:16 +0000 (21:53 -0400)
committerdglFromAtt <dgl@research.att.com>
Sat, 25 Aug 2018 01:53:27 +0000 (21:53 -0400)
Change-Id: I9c23d1adb1905e1cb580b919978b5682bf4266bd
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-656

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 3a131b8..1cf8e7f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <artifactId>jackson-databind</artifactId>
 <!-- for DMAAP-205, a point release on the common version
         addresses a security issue.  Note the add notation here
-  -->
                        <version>${jackson.version}.1</version>
+  -->
+                       <version>${jackson.version}</version>
                </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.dataformat</groupId>
                        <artifactId>logback-classic</artifactId>
                        <version>1.2.0</version>
                </dependency>
+<!-- DMAAP-656:
+   - removed this dependency because it utilized a third party
+   - lib called com.google.guava:20.0 which had severe threat identified.
+   - build code without this dependency and it seemed to work, so perhaps it
+   - is not needed?
                <dependency>
                        <groupId>io.swagger</groupId>
                        <artifactId>swagger-core</artifactId>
-                       <version>1.5.13</version>
+                       <version>${swagger.version}</version>
                </dependency>
+ -->
                <dependency>
                        <groupId>io.swagger</groupId>
                        <artifactId>swagger-jersey2-jaxrs</artifactId>
-                       <version>1.5.13</version>
+                       <version>${swagger.version}</version>
                </dependency>
                <dependency>
                        <groupId>io.swagger</groupId>
                        <artifactId>swagger-annotations</artifactId>
-                       <version>1.5.13</version>
+                       <version>${swagger.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.glassfish.jersey.containers</groupId>
                <dependency>
                        <groupId>commons-codec</groupId>
                        <artifactId>commons-codec</artifactId>
-                       <version>1.6</version>
+                       <version>1.11</version>
                </dependency>
                <!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
                <dependency>
                </site>
        </distributionManagement>
        <properties>
-           <jackson.version>2.8.11</jackson.version>
+               <swagger.version>1.5.19</swagger.version>
+           <jackson.version>2.9.5</jackson.version>
                <jersey.version>2.26</jersey.version>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <jettyVersion>9.3.9.v20160517</jettyVersion> 
+               <jettyVersion>9.3.8.RC0</jettyVersion> 
                <eelf.version>0.0.1</eelf.version>
-               <artifact.version>1.0.14-SNAPSHOT</artifact.version>
+               <artifact.version>1.0.15-SNAPSHOT</artifact.version>
                <!-- SONAR -->
                <jacoco.version>0.7.7.201606060606</jacoco.version>
                <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
index 8add583..815d79c 100644 (file)
@@ -27,7 +27,7 @@
 
 major=1
 minor=0
-patch=14
+patch=15
 base_version=${major}.${minor}.${patch}
 
 # Release must be completed with git revision # in Jenkins