diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2022-07-12 14:05:19 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2022-07-12 14:05:19 -0500 |
commit | 6dfc4703f9e8db28fd25899536b97bc66de0115a (patch) | |
tree | dc1dee8b71b8683bd86595c82aedabd2779a3bf5 /feature-distributed-locking | |
parent | d34d0ca005bdaac9943e9afd8a33eb7c88c40a64 (diff) |
Upgrade commons-dbcp2 and commons-pool2 versions
Issue-ID: POLICY-4281
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I516cc54a607c0f3d1665f4a966618282045ae60c
Diffstat (limited to 'feature-distributed-locking')
-rw-r--r-- | feature-distributed-locking/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/feature-distributed-locking/pom.xml b/feature-distributed-locking/pom.xml index 6d15c8fa..de635a3e 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-2021 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2018-2022 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -100,12 +100,12 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-dbcp2</artifactId> - <version>2.8.0</version> + <version>2.9.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-pool2</artifactId> - <version>2.8.0</version> + <version>2.11.1</version> </dependency> <dependency> <groupId>junit</groupId> |