summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSunil Unnava <su622b@att.com>2018-03-08 10:28:05 -0500
committerSunil Unnava <su622b@att.com>2018-03-08 10:29:17 -0500
commit95ba387d63592af1a334cf1bc1b6c720d15f1127 (patch)
tree78cc63e0bb59c75f6eeb1a3ab4c241c7426b9bb1 /pom.xml
parenta7e91a771ed84a4903511b7d750f53ad3c65cceb (diff)
fixes for security issues
Issue-ID: DMAAP-207 Change-Id: I4ccb5c388c7768ac3c26d52d48cc0feaa983c41d Signed-off-by: Sunil Unnava <su622b@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c2d541f..ebbacd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.9.2</version>
+ <version>1.9.3</version>
<exclusions>
<!-- We have JCL-over-SLF4J instead. -->
<exclusion>
@@ -334,7 +334,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.3.3</version>
+ <version>2.8.11</version>
</dependency>
<dependency>