diff options
author | Jim Hahn <jrh3@att.com> | 2021-02-17 11:51:52 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-02-17 11:54:08 -0500 |
commit | 92e3d550ea5cda8d51765ce90f82147bf3fec75d (patch) | |
tree | 3a834fae26a05fe1a043a9765e925c4066fc41e9 /feature-distributed-locking | |
parent | 65c7d3a4dcd2841c5fafab6e7b8d310e5ec1cb6c (diff) |
Upgrade dependencies in drools-pdp for IQ issues
IQ reports identified a couple of vulnerabilities in various
dependencies. Upgraded to the latest version of them per SECCOM.
Issue-ID: POLICY-3005
Change-Id: I52f1137bfaeee0d715ee438b69e98f2d06849d38
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'feature-distributed-locking')
-rw-r--r-- | feature-distributed-locking/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/feature-distributed-locking/pom.xml b/feature-distributed-locking/pom.xml index 93c7af86..78866df7 100644 --- a/feature-distributed-locking/pom.xml +++ b/feature-distributed-locking/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Drools PDP ================================================================================ - Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -100,7 +100,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-dbcp2</artifactId> - <version>2.7.0</version> + <version>2.8.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> |