Skip to content

Commit

Permalink
Merge pull request #30 from Appdynamics/update-7.0.6
Browse files Browse the repository at this point in the history
Updating commons to 2.2.13
  • Loading branch information
satish-m authored Sep 6, 2024
2 parents 58fb902 + 5627faf commit 5ea4920
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.appdynamics.extensions</groupId>
<artifactId>websphere-mq-monitoring-extension</artifactId>
<version>7.0.5</version>
<version>7.0.6</version>
<packaging>jar</packaging>
<name>websphere-mq-monitoring-extension</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
<lib.dir>${basedir}/lib</lib.dir>
<ibm.mq.lib.version>7.5.0.8</ibm.mq.lib.version>
<ibm.mq.lib.version>9.4.0.0</ibm.mq.lib.version>
<target.dir>${project.build.directory}/WMQMonitor</target.dir>
</properties>
<dependencies>
Expand Down Expand Up @@ -82,7 +82,7 @@
<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>
Expand All @@ -93,13 +93,13 @@
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.7.0</version>
<version>1.7.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.7.0</version>
<version>1.7.4</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5ea4920

Please sign in to comment.