diff options
author | Sunil Unnava <su622b@att.com> | 2018-03-08 10:28:05 -0500 |
---|---|---|
committer | Sunil Unnava <su622b@att.com> | 2018-03-08 10:29:17 -0500 |
commit | 95ba387d63592af1a334cf1bc1b6c720d15f1127 (patch) | |
tree | 78cc63e0bb59c75f6eeb1a3ab4c241c7426b9bb1 | |
parent | a7e91a771ed84a4903511b7d750f53ad3c65cceb (diff) |
fixes for security issues
Issue-ID: DMAAP-207
Change-Id: I4ccb5c388c7768ac3c26d52d48cc0feaa983c41d
Signed-off-by: Sunil Unnava <su622b@att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |