You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by zh...@apache.org on 2022/09/19 02:11:23 UTC

[rocketmq] 04/07: Sync commons-lang3 version (#5103)

This is an automated email from the ASF dual-hosted git repository.

zhoubo pushed a commit to branch release-5.0.0
in repository https://gitbox.apache.org/repos/asf/rocketmq.git

commit 02aa4758bb6b12e1fbf4a55ea262e5aa7a2067b5
Author: Zhanhui Li <li...@gmail.com>
AuthorDate: Sat Sep 17 15:12:23 2022 +0800

    Sync commons-lang3 version (#5103)
---
 WORKSPACE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/WORKSPACE b/WORKSPACE
index 231336eae..a7c3fa125 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -49,7 +49,7 @@ maven_install(
         "com.github.luben:zstd-jni:1.5.2-2",
         "org.lz4:lz4-java:1.8.0",
         "commons-validator:commons-validator:1.7",
-        "org.apache.commons:commons-lang3:3.4",
+        "org.apache.commons:commons-lang3:3.12.0",
         "org.hamcrest:hamcrest-core:1.3",
         "io.openmessaging.storage:dledger:0.3.1",
         "net.java.dev.jna:jna:4.2.2",