Skip to content

Commit

Permalink
Update mockito and slf4j dependencies - fix datanucleus notation
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Feb 28, 2017
1 parent 143d17e commit 0a136f5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ public class TangramVersions {
String groovy = '2.4.8'
String asm = '5.2'
String velocity = '1.7'
String slf4j = '1.7.23'
String slf4j = '1.7.24'
String log4j = '1.2.17'
String logback = '1.2.1'
String yui = '2.4.7'
String mockito = '2.7.11'
String mockito = '2.7.12'
String xstream = '1.4.9'
String pac4j = '1.9.5'
String mockftpserver = '2.7.1'
Expand Down Expand Up @@ -75,7 +75,7 @@ public class TangramVersions {
String hibernate = '5.2.6.Final'
String hibernate_ogm = '5.1.0.CR1'

String datanucleus = '5.0.7'
String datanucleus = '[5.0,5.1)'

String ebean = '8.1.1'
String ebean_datasource = '1.1'
Expand Down

0 comments on commit 0a136f5

Please sign in to comment.