diff --git a/CHANGELOG.md b/CHANGELOG.md
index be097784..f53b941d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change log
+## [2.5.0] - 2024-08-19
+
+### Changed
+
+- gremlin: remove okhttp and gson dependencies
+([#162](https://github.com/walmartlabs/concord-plugins/pull/162));
+- msteams: remove apache httpclient dependency, add unit and integration tests
+([#163](https://github.com/walmartlabs/concord-plugins/pull/163));
+- jira: remove okhttp2 dependency
+([#171](https://github.com/walmartlabs/concord-plugins/pull/171)).
+
## [2.4.0] - 2024-07-19
### Changed
diff --git a/pom.xml b/pom.xml
index ecc00d38..47fa9663 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
pom
diff --git a/tasks/akeyless/pom.xml b/tasks/akeyless/pom.xml
index 65ecb544..13dcac8d 100644
--- a/tasks/akeyless/pom.xml
+++ b/tasks/akeyless/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/argocd/pom.xml b/tasks/argocd/pom.xml
index bb912f3d..b316f030 100644
--- a/tasks/argocd/pom.xml
+++ b/tasks/argocd/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
argocd-task
diff --git a/tasks/aws/pom.xml b/tasks/aws/pom.xml
index a610ec71..c51a5607 100644
--- a/tasks/aws/pom.xml
+++ b/tasks/aws/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/confluence/pom.xml b/tasks/confluence/pom.xml
index b46b096a..304af660 100644
--- a/tasks/confluence/pom.xml
+++ b/tasks/confluence/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/git/pom.xml b/tasks/git/pom.xml
index 875ae9f1..a7c37866 100644
--- a/tasks/git/pom.xml
+++ b/tasks/git/pom.xml
@@ -6,7 +6,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/gremlin/pom.xml b/tasks/gremlin/pom.xml
index 21aa0608..593775ee 100644
--- a/tasks/gremlin/pom.xml
+++ b/tasks/gremlin/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/hashivault/pom.xml b/tasks/hashivault/pom.xml
index 1e7da29d..0fe84c7e 100644
--- a/tasks/hashivault/pom.xml
+++ b/tasks/hashivault/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/jenkins/pom.xml b/tasks/jenkins/pom.xml
index 12351c44..b553e1e6 100644
--- a/tasks/jenkins/pom.xml
+++ b/tasks/jenkins/pom.xml
@@ -4,7 +4,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/jira/pom.xml b/tasks/jira/pom.xml
index 8b891bde..8557ee89 100644
--- a/tasks/jira/pom.xml
+++ b/tasks/jira/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/jsonpath/pom.xml b/tasks/jsonpath/pom.xml
index e2faca2f..fc122015 100644
--- a/tasks/jsonpath/pom.xml
+++ b/tasks/jsonpath/pom.xml
@@ -4,7 +4,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/ldap/pom.xml b/tasks/ldap/pom.xml
index 16da6d73..60546f0d 100644
--- a/tasks/ldap/pom.xml
+++ b/tasks/ldap/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/msteams/pom.xml b/tasks/msteams/pom.xml
index 555a1e95..e096e798 100644
--- a/tasks/msteams/pom.xml
+++ b/tasks/msteams/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
msteams-task
diff --git a/tasks/puppet/pom.xml b/tasks/puppet/pom.xml
index 4d0909fe..c482c82b 100644
--- a/tasks/puppet/pom.xml
+++ b/tasks/puppet/pom.xml
@@ -4,7 +4,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/s3/pom.xml b/tasks/s3/pom.xml
index 28463c3c..ccc0b99e 100644
--- a/tasks/s3/pom.xml
+++ b/tasks/s3/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/terraform/pom.xml b/tasks/terraform/pom.xml
index c66efe7d..4e5f73f7 100644
--- a/tasks/terraform/pom.xml
+++ b/tasks/terraform/pom.xml
@@ -4,7 +4,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/xml/pom.xml b/tasks/xml/pom.xml
index c9556cfa..95dd3993 100644
--- a/tasks/xml/pom.xml
+++ b/tasks/xml/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
diff --git a/tasks/zoom/pom.xml b/tasks/zoom/pom.xml
index 5ec98219..7ad867ff 100644
--- a/tasks/zoom/pom.xml
+++ b/tasks/zoom/pom.xml
@@ -5,7 +5,7 @@
com.walmartlabs.concord.plugins
concord-plugins-parent
- 2.4.1-SNAPSHOT
+ 2.5.1-SNAPSHOT
../../pom.xml
zoom-task