diff --git a/CHANGELOG.md b/CHANGELOG.md
index 985ae69..be8233e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# IBM websphere message broker Monitoring Extension CHANGELOG
+### Version 6.0.2
+- Updated extension to use appd-exts-commons 2.2.13
+
### Version 6.0.1
- Fixed issue related to reporting of metrics
- Fixed error related to log4j2
diff --git a/README.md b/README.md
index fbf0e95..b4f6d77 100644
--- a/README.md
+++ b/README.md
@@ -454,11 +454,11 @@ Always feel free to fork and contribute any changes directly via [GitHub](https:
## Version
-| Name | Version |
-|--------------------------|------------|
-|Extension Version |6.0.1 |
-|Product Tested on |8.0.0.4 |
-|Last Update |01/12/2021 |
-|Change List |[ChangeLogs](https://github.com/Appdynamics/websphere-message-broker-extension/blob/master/CHANGELOG.md)|
+| Name | Version |
+|--------------------------|----------------------------------------------------------------------------------------------------------|
+|Extension Version | 6.0.2 |
+|Product Tested on | 8.0.0.4 |
+|Last Update | 09/25/2024 |
+|Change List | [ChangeLogs](https://github.com/Appdynamics/websphere-message-broker-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.
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 55e8fc4..af9afcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.appdynamics.extensions
websphere-message-broker-extension
- 6.0.1
+ 6.0.2
UTF-8
@@ -89,12 +89,12 @@
com.appdynamics
appd-exts-commons
- 2.2.4
+ 2.2.13
junit
junit
- 4.11
+ 4.13.1
test