You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/09/29 09:42:49 UTC

[servicecomb-java-chassis] branch master updated: Bump commons-text from 1.9 to 1.10.0 (#3372)

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

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 17d0efafa Bump commons-text from 1.9 to 1.10.0 (#3372)
17d0efafa is described below

commit 17d0efafa34ec2094ce4a06fef88655e1a24a065
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 29 17:42:44 2022 +0800

    Bump commons-text from 1.9 to 1.10.0 (#3372)
---
 dependencies/default/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index c9e9f4d0a..abc359430 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -45,7 +45,7 @@
     <commons-lang.version>2.6</commons-lang.version>
     <commons-lang3.version>3.12.0</commons-lang3.version>
     <commons-logging.version>1.2</commons-logging.version>
-    <commons-text.version>1.9</commons-text.version>
+    <commons-text.version>1.10.0</commons-text.version>
     <esotericsoftware.version>4.0.2</esotericsoftware.version>
     <findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
     <governator-annotations.version>1.17.12</governator-annotations.version>