You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2020/12/24 11:26:08 UTC

[rocketmq] branch develop updated: Update Apache Commons dependency (#2515)

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

vongosling pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 87dd390  Update Apache Commons dependency (#2515)
87dd390 is described below

commit 87dd390ee15873c68353c13fb404d8d32e612fd0
Author: Crazywen <xn...@163.com>
AuthorDate: Thu Dec 24 19:25:46 2020 +0800

    Update Apache Commons dependency (#2515)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 085f9af..05878e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -604,7 +604,7 @@
             <dependency>
                 <groupId>commons-validator</groupId>
                 <artifactId>commons-validator</artifactId>
-                <version>1.6</version>
+                <version>1.7</version>
             </dependency>