diff options
author | Filip Krzywka <filip.krzywka@nokia.com> | 2018-09-11 10:29:31 +0200 |
---|---|---|
committer | Filip Krzywka <filip.krzywka@nokia.com> | 2018-09-11 11:01:42 +0200 |
commit | adf43b163120e1be161e00ea92d290b941a31d99 (patch) | |
tree | b1a6da51d57d411e74a7e1c797784f1bf1cf042f /pom.xml | |
parent | 06c3751e4769f8c9fa13e4188fb41a2e9c796188 (diff) |
Remove security vulnerability
Change-Id: If706e3eefb41f7c4a55212c70518f61069efeb40
Issue-ID: DCAEGEN2-766
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -622,6 +622,13 @@ <version>1.1.2</version> </dependency> <dependency> + <!-- To override ratpack transitive dependency which creates security vulnerability + This issue will be resolved with ratpack 1.6.0 release --> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>2.9.6</version> + </dependency> + <dependency> <groupId>io.ratpack</groupId> <artifactId>ratpack-core</artifactId> <version>1.5.4</version> |