This is an automated email from the ASF dual-hosted git repository. ayushsaxena pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tez.git
The following commit(s) were added to refs/heads/master by this push: new 82b3476e0 TEZ-4602:Upgrade async-http-client to 2.12.4 (#389). (Devaspati Krishnatri, Reviewed by Ayush Saxena) 82b3476e0 is described below commit 82b3476e03559265ea8e0cc4f2880f58db0db6c5 Author: Devaspati <krishnatridevasp...@gmail.com> AuthorDate: Fri Feb 21 21:09:48 2025 +0530 TEZ-4602:Upgrade async-http-client to 2.12.4 (#389). (Devaspati Krishnatri, Reviewed by Ayush Saxena) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 494d732ff..df67b8c48 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ <distMgmtStagingUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtStagingUrl> <!--dependency versions in alphabetical order--> - <asynchttpclient.version>2.12.3</asynchttpclient.version> + <asynchttpclient.version>2.12.4</asynchttpclient.version> <bouncycastle.version>1.78</bouncycastle.version> <build-helper-maven-plugin.version>1.8</build-helper-maven-plugin.version> <buildnumber-maven-plugin.version>1.1</buildnumber-maven-plugin.version>