Skip to content

Commit

Permalink
Merge pull request #6 from Appdynamics/update-2.2
Browse files Browse the repository at this point in the history
Updating commons to fix vulnerabilities
  • Loading branch information
satish-m authored Sep 5, 2024
2 parents 81f3288 + 6dfcbab commit c4af1d1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

## Version 2.2
1. Updated to appd-exts-commons 2.2.13

## Version 2.1
1. Updated to appd-exts-commons 2.2.4
2. Fixed issue when overrideMetricsUsingScriptFile flag is set to true
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ Always feel free to fork and contribute any changes directly here on [GitHub](ht

## Version

| Name | Version |
| :---------------------------| :---------------------------|
| Extension Version: | 2.1 |
| Last updated On: | 07/01/2021 |
| Changes list | [Change log](https://github.com/Appdynamics/network-monitoring-extension/blob/master/Changelog.md)|
| Name | Version |
| :---------------------------|:---------------------------------------------------------------------------------------------------|
| Extension Version: | 2.2 |
| Last updated On: | 09/04/2024 |
| Changes list | [Change log](https://github.com/Appdynamics/network-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 @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.appdynamics.extension</groupId>
<artifactId>network-monitoring-extension</artifactId>
<version>2.1</version>
<version>2.2</version>

<properties>
<sigar.version>1.6.3.82</sigar.version>
Expand All @@ -28,7 +28,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 @@ -46,19 +46,19 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.4.7</version>
<version>1.7.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.4.7</version>
<version>1.7.4</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit c4af1d1

Please sign in to comment.