Skip to content

Commit

Permalink
Update CodeMirror and CKEditor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed May 8, 2016
1 parent 0320b01 commit 35d9e59
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ public class TangramVersions {
String xstream = '1.4.9'
String pac4j = '1.8.8'
String mockftpserver = '2.6'
String tomcat = '7.0.68'
String codemirror = '5.12'
String ckeditor = '4.5.7'
String tomcat = '8.0.33'
String codemirror = '5.14'
String ckeditor = '4.5.8'

// For testing purposes
String junit = '4.12'
String testng = '6.9.11' // Gradle 2.12 has 6.3.1 - tests using e.g. testng listeners fail with other versions
String testng = '6.9.11' // Gradle 2.13 has 6.3.1 - tests using e.g. testng listeners fail with other versions
String hsqldb = '1.8.1.1'
String h2db = '1.4.191'

Expand Down

0 comments on commit 35d9e59

Please sign in to comment.