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/26 09:11:03 UTC

[rocketmq-exporter] branch master updated: Update pom.xml

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 63d613e  Update pom.xml
63d613e is described below

commit 63d613ec21b43032d87e2b81e5ed08bfcfc28c02
Author: von gosling <vo...@apache.org>
AuthorDate: Sat Dec 26 17:10:54 2020 +0800

    Update pom.xml
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6a465b3..338970e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
         <commons-lang.version>2.6</commons-lang.version>
         <commons-io.version>2.4</commons-io.version>
         <commons-cli.version>1.2</commons-cli.version>
-        <rocketmq.version>4.4.0</rocketmq.version>
+        <rocketmq.version>4.8.0</rocketmq.version>
         <surefire.version>2.19.1</surefire.version>
         <aspectj.version>1.8.9</aspectj.version>
         <main.basedir>${basedir}/../..</main.basedir>