Skip to content

Commit

Permalink
Merge pull request #18 from Appdynamics/update-2.3.2
Browse files Browse the repository at this point in the history
Updating commons to 2.2.13
  • Loading branch information
satish-m authored Sep 5, 2024
2 parents b5f135f + f998884 commit 8992b8b
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 @@
# 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

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>com.appdynamics.extensions</groupId>
<artifactId>process-monitoring-extension</artifactId>
<version>2.3.1</version>
<version>2.3.2</version>
<packaging>jar</packaging>

<name>process-monitoring-extension</name>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>com.appdynamics</groupId>
<artifactId>appd-exts-commons</artifactId>
<version>2.2.4</version>
<version>2.2.13</version>
</dependency>
<dependency>
<groupId>org.hyperic</groupId>
Expand All @@ -64,7 +64,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8992b8b

Please sign in to comment.