Skip to content

Commit

Permalink
Update dependencies spring, testng, and hibernate#
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Sep 30, 2016
1 parent 0d367f0 commit e4080f2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class TangramVersions {

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

Expand All @@ -57,7 +57,7 @@ public class TangramVersions {
String guice = '4.1.0'
String mycila_guice = '4.0.rc1'

String springframework = '4.3.2.RELEASE'
String springframework = '4.3.3.RELEASE'

String weld = '2.3.5.Final'
String openwebbeans = '1.6.3'
Expand All @@ -70,7 +70,7 @@ public class TangramVersions {

String openjpa = '2.4.1'
String eclipselink = '2.6.3'
String hibernate = '5.1.0.Final'
String hibernate = '5.1.2.Final'
String hibernate_ogm = '5.0.0.Final'

// The last DataNucleus Access Plattform version to include all necessary modules
Expand Down

0 comments on commit e4080f2

Please sign in to comment.