You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2022/11/10 07:36:35 UTC

[servicecomb-pack] branch master updated: update org.apache.commons:commons-dbcp2 2.1.1 to 2.9.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9c1396b4 update org.apache.commons:commons-dbcp2 2.1.1 to 2.9.0
9c1396b4 is described below

commit 9c1396b4cab4ecd653265f2de019918a7a8a064d
Author: claire9910 <11...@users.noreply.github.com>
AuthorDate: Sat Oct 15 22:01:49 2022 +0800

    update org.apache.commons:commons-dbcp2 2.1.1 to 2.9.0
---
 demo/saga-dubbo-demo/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/demo/saga-dubbo-demo/pom.xml b/demo/saga-dubbo-demo/pom.xml
index a21ffd75..dfa99a74 100644
--- a/demo/saga-dubbo-demo/pom.xml
+++ b/demo/saga-dubbo-demo/pom.xml
@@ -77,7 +77,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-dbcp2</artifactId>
-      <version>2.1.1</version>
+      <version>2.9.0</version>
     </dependency>
     <!--<dependency>
         <groupId>mysql</groupId>