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/12/29 06:01:02 UTC

[syncope] branch 2_0_X updated: Upgrading CodeMirror

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 ea2675d  Upgrading CodeMirror
ea2675d is described below

commit ea2675dc9fbd99a7911c9140316bf587bd80a23b
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sun Dec 29 06:56:56 2019 +0100

    Upgrading CodeMirror
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ef07ab6..dff2e9e 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.15.10</highlightjs.version>
-    <codemirror.version>5.49.0</codemirror.version>
+    <codemirror.version>5.50.0</codemirror.version>
     <googlediffmatchpath.version>895a9512bb</googlediffmatchpath.version>
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>1.0.2</chartjs.version>