You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/10/25 11:31:32 UTC

[sling-org-apache-sling-junit-teleporter] branch master updated: [SLING-11633] Upgrade maven-dependency-analyzer to 1.13.0 for supporting Java 11+ bytecode.

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-teleporter.git


The following commit(s) were added to refs/heads/master by this push:
     new b902406  [SLING-11633]  Upgrade maven-dependency-analyzer to 1.13.0 for supporting Java 11+ bytecode.
b902406 is described below

commit b902406ae84c60582599375ef669046c904022da
Author: yuansc <yu...@yahoo.com>
AuthorDate: Sat Oct 22 20:33:29 2022 -0600

    [SLING-11633]  Upgrade maven-dependency-analyzer to 1.13.0 for supporting Java 11+ bytecode.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4b29fc1..774a793 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
     <dependency>
         <groupId>org.apache.maven.shared</groupId>
         <artifactId>maven-dependency-analyzer</artifactId>
-        <version>1.6</version>
+        <version>1.13.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>