Skip to content

Commit

Permalink
Merge pull request #9 from Appdynamics/update-6.0.2
Browse files Browse the repository at this point in the history
Updated commons to 2.2.13 to fix security vulnerabilities
  • Loading branch information
satish-m authored Sep 25, 2024
2 parents bf2f571 + 5bd7bbc commit 09a7f18
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.appdynamics.extensions</groupId>
<artifactId>websphere-message-broker-extension</artifactId>
<version>6.0.1</version>
<version>6.0.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -89,12 +89,12 @@
<dependency>
<groupId>com.appdynamics</groupId>
<artifactId>appd-exts-commons</artifactId>
<version>2.2.4</version>
<version>2.2.13</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 09a7f18

Please sign in to comment.