Fix security vulnerabilities 59/99759/1
authorniranjana <niranjana.y60@wipro.com>
Wed, 18 Dec 2019 11:54:23 +0000 (17:24 +0530)
committerniranjana <niranjana.y60@wipro.com>
Wed, 18 Dec 2019 11:54:23 +0000 (17:24 +0530)
Issue-ID: DCAEGEN2-1811
Signed-off-by: niranjana <niranjana.y60@wipro.com>
Change-Id: Ia475c29e16a1dcda68752c55af2fb77efa31f67c

pom.xml

diff --git a/pom.xml b/pom.xml
index 05e5503..90596a1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-core</artifactId>
-                       <version>2.9.8</version>
+                       <version>2.9.9</version>
                </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-databind</artifactId>
-                       <version>2.9.8</version>
+                       <version>2.9.9</version>
                </dependency>
                <!-- https://mvnrepository.com/artifact/javax.json/javax.json-api -->
                <dependency>
            <dependency>
                    <groupId>org.springframework</groupId>
                    <artifactId>spring-web</artifactId>
-                   <version>5.0.9.RELEASE</version>
+                   <version>5.0.10.RELEASE</version>
            </dependency>
            <dependency>
                    <groupId>org.springframework</groupId>
            <dependency>
                    <groupId>org.apache.tomcat.embed</groupId>
                    <artifactId>tomcat-embed-core</artifactId>
-                   <version>9.0.14</version>
+                   <version>9.0.16</version>
            </dependency>
            <dependency>
                    <groupId>org.apache.httpcomponents</groupId>
                <version>4.5.7</version>
            </dependency>
 
+           <!-- https://mvnrepository.com/artifact/commons-beanutils/commons-beanutils -->
+            <dependency>
+                   <groupId>commons-beanutils</groupId>
+                   <artifactId>commons-beanutils</artifactId>
+                   <version>1.9.4</version>
+            </dependency>
+            <!-- mvnrepository.com/artifact/org.eclipse.jetty/jetty-server -->
+            <dependency>
+                   <groupId>org.eclipse.jetty</groupId>
+                   <artifactId>jetty-server</artifactId>
+                   <version>9.4.17.v20190418</version>
+            </dependency>
+            <!-- https://mvnrepository.com/artifact/org.webjars/bootstrap -->
+            <dependency>
+                   <groupId>org.webjars</groupId>
+                   <artifactId>bootstrap</artifactId>
+                   <version>4.3.1</version>
+            </dependency>
 
        </dependencies>