This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch ozone-2.0 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit aba52dd192344e9f517685ea46ffdf520c40f7b6 Author: rohit-kb <[email protected]> AuthorDate: Fri Aug 1 09:53:45 2025 +0530 HDDS-13529. Upgrade commons-lang3 to 3.18.0 (#8886) (cherry picked from commit 3d24003c17fbc70413d4033e8ce222c35ceecb92) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8ed2b1b13d5..78d1ede4eae 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ <commons-daemon.version>1.4.0</commons-daemon.version> <commons-fileupload.version>1.5</commons-fileupload.version> <commons-io.version>2.18.0</commons-io.version> - <commons-lang3.version>3.17.0</commons-lang3.version> + <commons-lang3.version>3.18.0</commons-lang3.version> <commons-logging-api.version>1.1</commons-logging-api.version> <commons-logging.version>1.2</commons-logging.version> <commons-math3.version>3.6.1</commons-math3.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
