diff options
author | liamfallon <liam.fallon@est.tech> | 2020-06-21 21:52:55 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2020-06-23 13:12:00 +0100 |
commit | ff86f98e38f3df388ff3dfa3b3bd995707d05b9b (patch) | |
tree | 0a4cb6bd70b4ef327402ba407c491aef763b5e00 /tools | |
parent | 9c0c0c8f61a08aec5c95ebb90647a0aae445e129 (diff) |
Remove apex-pdp Jackson security issue
We should use the managed version of jackson from policy-parent rather
than a specific apex-pdp version.
Also upgrade the version of Avro, avro 1.9.2 uses a newer somewhat more
secure version of Jackson.
Issue-ID: POLICY-1508
Change-Id: If32218816ae76cf3cf6ddc8980e3a37e7e2ffd19
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools-common/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/tools-common/pom.xml b/tools/tools-common/pom.xml index d664d4cfb..5ebef421e 100644 --- a/tools/tools-common/pom.xml +++ b/tools/tools-common/pom.xml @@ -37,7 +37,6 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.6</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> |