You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/05/03 13:15:41 UTC

[maven-shared-jar] 01/01: [MSHARED-888] Upgrade to Apache BCEL 6.2

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

slachiewicz pushed a commit to branch MSHARED-888
in repository https://gitbox.apache.org/repos/asf/maven-shared-jar.git

commit 725bb306bbedb3b1577faf448e716c3240659be3
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 3 15:15:23 2020 +0200

    [MSHARED-888] Upgrade to Apache BCEL 6.2
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 72de993..cb2beba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,9 +94,9 @@
     </dependency>
 
     <dependency>
-      <groupId>com.google.code.findbugs</groupId>
-      <artifactId>bcel-findbugs</artifactId>
-      <version>6.0</version>
+      <groupId>org.apache.bcel</groupId>
+      <artifactId>bcel</artifactId>
+      <version>6.2</version><!-- Java 7 -->
     </dependency>
 
     <dependency>