You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/01/04 17:49:02 UTC

[GitHub] khmarbaise closed pull request #8: [MDEP-613] - Fixes bug Analyze failed: Unsupported class file major version 55 (Java 11)

khmarbaise closed pull request #8: [MDEP-613] - Fixes bug Analyze failed: Unsupported class file major version 55 (Java 11)
URL: https://github.com/apache/maven-dependency-plugin/pull/8
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/pom.xml b/pom.xml
index 378e0d5..5496cb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-dependency-analyzer</artifactId>
-      <version>1.10</version>
+      <version>1.11.1</version>
       <exclusions>
         <exclusion>
           <artifactId>maven-project</artifactId>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services