You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/05 15:01:36 UTC

[commons-dbcp] branch master updated: Bump commons-parent from 51 to 52 (#49)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new c67852a  Bump commons-parent from 51 to 52 (#49)
c67852a is described below

commit c67852aa2507649aece6f1f51cdebdd864cc59bb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 5 11:01:25 2020 -0400

    Bump commons-parent from 51 to 52 (#49)
    
    Bumps commons-parent from 51 to 52.
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cd84996..07e613b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>51</version>
+    <version>52</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-dbcp2</artifactId>