From 5627faf08de5dfd1d6a42f02218219821a78364d Mon Sep 17 00:00:00 2001 From: Satish Muddam Date: Fri, 6 Sep 2024 10:47:39 -0700 Subject: [PATCH] Updating commons to 2.2.13 --- CHANGELOG.md | 4 ++++ README.md | 12 ++++++------ pom.xml | 10 +++++----- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df0ecbe..b1d760a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + +### Version 7.0.6 +* Updating appd-exts-commons to v2.2.13 to fix security vulnerabilities. + ### Version 7.0.5 * Moved to appd-exts-commons v2.2.4 * Fixed issue for listener metric collection diff --git a/README.md b/README.md index 0336969..42041bf 100644 --- a/README.md +++ b/README.md @@ -555,12 +555,12 @@ Workbench is an inbuilt feature provided with each extension in order to assist Always feel free to fork and contribute any changes directly via [GitHub](https://github.com/Appdynamics/websphere-mq-monitoring-extension). ## Version -| Name | Version | -|--------------------------|-------------------------| -|Extension Version |7.0.5 | -|IBM MQ Version tested On |7.x, 8.x, 9.x and Windows, Unix, AIX| -|Last Update |07/06/2021 | -|List of Changes|[Change Log](https://github.com/Appdynamics/websphere-mq-monitoring-extension/blob/master/CHANGELOG.md)| +| Name | Version | +|--------------------------|---------------------------------------------------------------------------------------------------------| +|Extension Version | 7.0.6 | +|IBM MQ Version tested On | 7.x, 8.x, 9.x and Windows, Unix, AIX | +|Last Update | 09/06/2024 | +|List of Changes| [Change Log](https://github.com/Appdynamics/websphere-mq-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 cdc291d..0445db0 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ 4.0.0 com.appdynamics.extensions websphere-mq-monitoring-extension - 7.0.5 + 7.0.6 jar websphere-mq-monitoring-extension http://maven.apache.org @@ -20,7 +20,7 @@ UTF-8 yyyy-MM-dd HH:mm:ss ${basedir}/lib - 7.5.0.8 + 9.4.0.0 ${project.build.directory}/WMQMonitor @@ -82,7 +82,7 @@ com.appdynamics appd-exts-commons - 2.2.4 + 2.2.13 junit @@ -93,13 +93,13 @@ org.powermock powermock-api-mockito - 1.7.0 + 1.7.4 test org.powermock powermock-module-junit4 - 1.7.0 + 1.7.4 test