diff options
author | liamfallon <liam.fallon@est.tech> | 2022-01-18 09:16:06 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-01-18 09:17:23 +0000 |
commit | 1a7d9255f1018139a7a8924a56140e067d947c4a (patch) | |
tree | 465595f1dc2c750e01ebdd3ef0e948089848750e /policy-core | |
parent | e8c80adc69043e347387d16c4029ee9b8afaee2c (diff) |
Update to SECCOM recommended dependencies
SECCOM has issued a directive on which dependencies should be used, see
this wiki page:
https://wiki.onap.org/display/SV/Jakarta+Policy
This is the policy parent review to comply with the SECCOM directive.
Issue-ID: POLICY-3849
Change-Id: I77a8212bbfd8a899f46f437b1d0d2b9dc6dc79c7
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'policy-core')
-rw-r--r-- | policy-core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/policy-core/pom.xml b/policy-core/pom.xml index 9be8d05a..97a20f78 100644 --- a/policy-core/pom.xml +++ b/policy-core/pom.xml @@ -5,7 +5,7 @@ ================================================================================ Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2019 Bell Canada. - Modifications Copyright (C) 2020 Nordix Foundation. + Modifications Copyright (C) 2020,2022 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -46,7 +46,7 @@ <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.9</version> + <version>1.10.12</version> </dependency> <dependency> |