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 2023/12/08 13:54:26 UTC

(commons-parent) branch master updated: Bump org.apache.bcel:bcel from 6.7.0 to 6.8.0 (#337)

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


The following commit(s) were added to refs/heads/master by this push:
     new 1d1b979  Bump org.apache.bcel:bcel from 6.7.0 to 6.8.0 (#337)
1d1b979 is described below

commit 1d1b979b41807a51cee0aed65b2180ef1a9f1c04
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 8 08:54:21 2023 -0500

    Bump org.apache.bcel:bcel from 6.7.0 to 6.8.0 (#337)
    
    Bumps [org.apache.bcel:bcel](https://github.com/apache/commons-bcel) from 6.7.0 to 6.8.0.
    - [Changelog](https://github.com/apache/commons-bcel/blob/master/RELEASE-NOTES.txt)
    - [Commits](https://github.com/apache/commons-bcel/compare/rel/commons-bcel-6.7.0...rel/commons-bcel-6.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.bcel:bcel
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 7c33aa3..3c88607 100644
--- a/pom.xml
+++ b/pom.xml
@@ -763,7 +763,7 @@
             <dependency>
               <groupId>org.apache.bcel</groupId>
               <artifactId>bcel</artifactId>
-              <version>6.7.0</version>
+              <version>6.8.0</version>
             </dependency>
           </dependencies>
         </plugin>