Skip to content

Commit

Permalink
Update lombok, logback, mockito, mockftpserver, testng, and morphia d…
Browse files Browse the repository at this point in the history
…ependencies
  • Loading branch information
mgoellnitz committed Dec 13, 2016
1 parent 727bff4 commit c36c0b2
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package org.tangram.gradle.plugin;
public class TangramVersions {

// The basics
String lombok = '1.16.10'
String lombok = '1.16.12'
String servlet_api = 'javax.servlet:javax.servlet-api:3.1.0'
String jsp_api = 'javax.servlet.jsp:jsp-api:2.2'
String org_json = '20160810' // not used in tangram internally
Expand All @@ -38,19 +38,19 @@ public class TangramVersions {
String velocity = '1.7'
String slf4j = '1.7.21'
String log4j = '1.2.17'
String logback = '1.1.7'
String logback = '1.1.8'
String yui = '2.4.7'
String mockito = '2.2.28'
String mockito = '2.3.0'
String xstream = '1.4.9'
String pac4j = '1.9.4'
String mockftpserver = '2.7'
String mockftpserver = '2.7.1'
String tomcat = '8.0.39'
String codemirror = '5.21.0'
String ckeditor = '4.6.0'

// For testing purposes
String junit = '4.12'
String testng = '6.9.13.6' // Gradle 3.0 has 6.3.1 - tests using e.g. testng listeners fail with other versions
String testng = '6.10' // Gradle 3.2 has 6.3.1 - tests using e.g. testng listeners fail with other versions
String hsqldb = '1.8.1.1'
String h2db = '1.4.193'

Expand Down Expand Up @@ -85,7 +85,7 @@ public class TangramVersions {
String ebean_agent = '8.1.1'

String mongodb = '3.0.2'
String morphia = '1.2.1'
String morphia = '1.3.0'

String objectify = '5.1.13'

Expand Down

0 comments on commit c36c0b2

Please sign in to comment.