This is an automated email from the ASF dual-hosted git repository. mblow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit 4fb5fa4aac2f4acf65f7d472b4099a1dddd960f1 Author: Michael Blow <[email protected]> AuthorDate: Mon Aug 18 14:35:25 2025 -0400 [NO ISSUE][HYR][MISC] Update commons-lang3 to 3.18.0 for CVE-2025-48924 Ext-ref: MB-68151 Change-Id: If20a34b1a670f4cab17dc59f29ba51cad73beca8 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20246 Tested-by: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> Reviewed-by: Ali Alsuliman <[email protected]> --- hyracks-fullstack/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index 13bdc6f2b2..19bffbbe95 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -411,7 +411,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.17.0</version> + <version>3.18.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>
