You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by sh...@apache.org on 2023/12/11 09:34:25 UTC

(servicecomb-java-chassis) branch master updated: Bump commons-logging:commons-logging from 1.2 to 1.3.0 (#4123)

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

shoothzj 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 18960e66c Bump commons-logging:commons-logging from 1.2 to 1.3.0 (#4123)
18960e66c is described below

commit 18960e66cbd9a541a4b05ca44a5279e5adfe7854
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 11 17:34:19 2023 +0800

    Bump commons-logging:commons-logging from 1.2 to 1.3.0 (#4123)
---
 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 60fd30509..dad332253 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -41,7 +41,7 @@
     <commons-io.version>2.11.0</commons-io.version>
     <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-logging.version>1.3.0</commons-logging.version>
     <commons-text.version>1.10.0</commons-text.version>
     <classmate.version>1.6.0</classmate.version>
     <esotericsoftware.version>4.0.3</esotericsoftware.version>