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 /plugins/plugins-context/plugins-context-schema | |
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 'plugins/plugins-context/plugins-context-schema')
-rw-r--r-- | plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml b/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml index e1a6aac5f..775b620a6 100644 --- a/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml +++ b/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/pom.xml @@ -1,19 +1,20 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2016-2018 Ericsson. All rights reserved. + Modifications Copyright (C) 2020 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -33,7 +34,7 @@ <dependency> <groupId>org.apache.avro</groupId> <artifactId>avro</artifactId> - <version>1.9.0</version> + <version>1.9.2</version> <exclusions> <exclusion> <groupId>org.apache.commons</groupId> |