diff options
-rw-r--r-- | Changelog.md | 3 | ||||
-rw-r--r-- | pom.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md index 7146bc7..d2791db 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [2.1.10] - 2022/09/13 +## [2.1.10] - 2022/09/20 - [DCAEGEN2-3242](https://jira.onap.org/browse/DCAEGEN2-3242) - Fix bug in ConfigFectchFromCbs that fetch will get hung when policy config in pdp engine is empty + - [DCAEGEN2-3265](https://jira.onap.org/browse/DCAEGEN2-3265) - Fix started up exception ## [2.1.9] - 2022/09/01 - [DCAEGEN2-3148](https://jira.onap.org/browse/DCAEGEN2-3148) - Modify payload for ANR closedloop to align with A1 based action @@ -6,6 +6,7 @@ * ================================================================================ * Copyright (C) 2019-2022 Wipro Limited. * Copyright (C) 2022 Huawei Technologies Co., Ltd. + * Copyright (C) 2022 AT&T. All rights reserved. * ============================================================================== * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -271,7 +272,7 @@ <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-core</artifactId> - <version>10.0.21</version> + <version>9.0.65</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> |