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 13:48:25 UTC

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

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-bcel.git


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

commit 88796802d920e20c5d25aed38b4ce42763fe0fab
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 5 09:48:18 2020 -0400

    Bump commons-parent from 51 to 52 (#56)
    
    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 6caed6b..7f25bd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>51</version>
+    <version>52</version>
   </parent>
 
   <groupId>org.apache.bcel</groupId>