diff options
-rw-r--r-- | feature-distributed-locking/pom.xml | 6 | ||||
-rw-r--r-- | packages/docker/src/main/docker/suse.Dockerfile | 2 |
2 files changed, 4 insertions, 4 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> diff --git a/packages/docker/src/main/docker/suse.Dockerfile b/packages/docker/src/main/docker/suse.Dockerfile index 715989a9..a4331f20 100644 --- a/packages/docker/src/main/docker/suse.Dockerfile +++ b/packages/docker/src/main/docker/suse.Dockerfile @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM opensuse/leap:15.3 +FROM opensuse/leap:15.4 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy Drools PDP" |