From f998884cdd20475b816143e4e9eb692d115fe719 Mon Sep 17 00:00:00 2001 From: Satish Muddam Date: Wed, 4 Sep 2024 15:57:23 -0700 Subject: [PATCH] Updating commons to 2.2.13 --- Changelog.md | 3 +++ README.md | 12 ++++++------ pom.xml | 6 +++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Changelog.md b/Changelog.md index f052cf5..7049b19 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ # AppDynamics Process Monitoring Extension +## Version 2.3.2 +* Updated appd-exts-commons 2.2.13 to fix vulnerabilities. + ## Version 2.3.1 * Fixed ErrorReader class issue diff --git a/README.md b/README.md index 799d863..1c61f5a 100644 --- a/README.md +++ b/README.md @@ -192,12 +192,12 @@ Please test your regex using any of the online validators (eg: [regextester](htt Always feel free to fork and contribute any changes directly here on [GitHub](https://www.appdynamics.com/community/exchange/extension/process-monitoring-extension/). ### Version -| Name | Version | -|--------------------------|------------| -|Extension Version |2.3.1 | -|Product Tested On |Linux, Windows 10| -|Last Update |26/05/2021| -|List of Changes|[Change Log](https://github.com/Appdynamics/process-monitoring-extension/blob/master/Changelog.md)| +| Name | Version | +|--------------------------|----------------------------------------------------------------------------------------------------| +|Extension Version | 2.3.2 | +|Product Tested On | Linux | +|Last Update | 09/04/2024 | +|List of Changes| [Change Log](https://github.com/Appdynamics/process-monitoring-extension/blob/master/Changelog.md) | **Note**: While extensions are maintained and supported by customers under the open-source licensing model, they interact with agents and Controllers that are subject to [AppDynamics’ maintenance and support policy](https://docs.appdynamics.com/latest/en/product-and-release-announcements/maintenance-support-for-software-versions). Some extensions have been tested with AppDynamics 4.5.13+ artifacts, but you are strongly recommended against using versions that are no longer supported. diff --git a/pom.xml b/pom.xml index 68283e8..a1dc54d 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ com.appdynamics.extensions process-monitoring-extension - 2.3.1 + 2.3.2 jar process-monitoring-extension @@ -46,7 +46,7 @@ com.appdynamics appd-exts-commons - 2.2.4 + 2.2.13 org.hyperic @@ -64,7 +64,7 @@ junit junit - 4.13 + 4.13.1 test