You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/04/08 06:49:13 UTC

[syncope] branch 2_0_X updated: Upgrading CodeMirror, AspectJ and asciidoctor-maven-plugin

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

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new 701c2ad  Upgrading CodeMirror, AspectJ and asciidoctor-maven-plugin
701c2ad is described below

commit 701c2ad7b91ed26fa49ffbbe2f80c701879055a1
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Apr 8 08:41:37 2019 +0200

    Upgrading CodeMirror, AspectJ and asciidoctor-maven-plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3fa96df..5af84ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,7 +465,7 @@ under the License.
     <font-awesome.filename>font-awesome.min.css</font-awesome.filename>
     <ionicons.version>2.0.1</ionicons.version>
     <highlightjs.version>9.8.0</highlightjs.version>
-    <codemirror.version>5.40.2</codemirror.version>
+    <codemirror.version>5.45.0</codemirror.version>
     <googlediffmatchpath.version>895a9512bb</googlediffmatchpath.version>
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>1.0.2</chartjs.version>
@@ -1054,7 +1054,7 @@ under the License.
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
-        <version>1.9.2</version>
+        <version>1.9.3</version>
       </dependency>
       
       <dependency>
@@ -2584,7 +2584,7 @@ under the License.
           <plugin>
             <groupId>org.asciidoctor</groupId>
             <artifactId>asciidoctor-maven-plugin</artifactId>
-            <version>1.5.8</version>
+            <version>1.6.0</version>
             <dependencies>
               <dependency>
                 <groupId>org.asciidoctor</groupId>