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

khmarbaise pushed a commit to branch MSHARED-718
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git

commit 92eb1f9c3c7140a242b1bb2470e635bd8859f0d3
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Sun Apr 15 12:15:58 2018 +0200

    [MSHARED-718] - Upgrade asm to most recent version 6.1.1
     o Upgrade asm to 6.1.1
     o Upgrade of commons-lang to 3.7 which results in
       JDK 7 minimum requirement.
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 142af5a..1c69183 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,6 +60,7 @@
 
   <properties>
     <mavenVersion>2.0.5</mavenVersion>
+    <javaVersion>7</javaVersion>
   </properties>
 
   <dependencyManagement>
@@ -75,12 +76,12 @@
     <dependency>
       <groupId>org.ow2.asm</groupId>
       <artifactId>asm</artifactId>
-      <version>6.1</version>
+      <version>6.1.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.5</version>
+      <version>3.7</version>
       <scope>test</scope>
     </dependency>
     <dependency>

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.

Reply via email to