You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/04/06 14:23:54 UTC

[karaf-winegrower] branch master updated: Upgrade documentation dependencies

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-winegrower.git


The following commit(s) were added to refs/heads/master by this push:
     new d405f0c  Upgrade documentation dependencies
d405f0c is described below

commit d405f0c51e0862286311375b3dcaa8625fa96403
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Apr 6 16:23:57 2020 +0200

    Upgrade documentation dependencies
---
 winegrower-documentation/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/winegrower-documentation/pom.xml b/winegrower-documentation/pom.xml
index 3280fcc..97e56b9 100644
--- a/winegrower-documentation/pom.xml
+++ b/winegrower-documentation/pom.xml
@@ -32,7 +32,7 @@
 
   <properties>
     <documentation.theme.url>scm:git:https://github.com/apache/karaf-decanter.git</documentation.theme.url>
-    <groovy.version>2.5.3</groovy.version>
+    <groovy.version>3.0.2</groovy.version>
   </properties>
 
   <build>
@@ -86,12 +86,12 @@
           <dependency>
             <groupId>org.asciidoctor</groupId>
             <artifactId>asciidoctorj</artifactId>
-            <version>1.5.7</version>
+            <version>2.2.0</version>
           </dependency>
           <dependency>
             <groupId>org.eclipse.jgit</groupId>
             <artifactId>org.eclipse.jgit</artifactId>
-            <version>4.9.2.201712150930-r</version>
+            <version>5.7.0.202003110725-r</version>
           </dependency>
         </dependencies>
       </plugin>