spec/vraptor-scaffold/generators/app/templates/build.gradle in vraptor-scaffold-1.3.0.rc vs spec/vraptor-scaffold/generators/app/templates/build.gradle in vraptor-scaffold-1.3.0

- old
+ new

@@ -32,21 +32,21 @@ } sourceSets.main.classesDir = new File('src/main/webapp/WEB-INF/classes') jettyRun.scanIntervalSeconds=3 -jettyRun.contextPath = '/' +jettyRun.contextPath = '/' [jettyRunWar,jettyStop]*.stopPort = 8081 [jettyRunWar,jettyStop]*.stopKey = 'stopKey' dependencies { - compile group: 'br.com.caelum', name: 'vraptor', version: '3.4.0' + compile group: 'br.com.caelum', name: 'vraptor', version: '3.4.1' compile group: 'opensymphony', name: 'sitemesh', version: '2.4.2' compile group: 'javax.servlet', name: 'jstl', version: '1.2' - compile group: 'org.hsqldb', name: 'hsqldb', version: '2.2.4' - compile group: 'org.hibernate', name: 'hibernate-entitymanager', version: '3.6.7.Final' - compile group: 'org.hibernate', name: 'hibernate-c3p0', version: '3.6.7.Final' + compile group: 'org.hsqldb', name: 'hsqldb', version: '2.2.8' + compile group: 'org.hibernate', name: 'hibernate-entitymanager', version: '4.0.1.Final' + compile group: 'org.hibernate', name: 'hibernate-c3p0', version: '4.0.1.Final' compile group: 'org.hibernate', name: 'hibernate-validator', version: '4.2.0.Final' compile group: 'joda-time', name: 'joda-time', version: '2.0' compile group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.4.1' //Provided dependencies @@ -54,7 +54,7 @@ providedCompile group: 'javax.servlet.jsp', name: 'jsp-api', version: '2.1' //Test dependencies testCompile group: 'junit', name: 'junit', version: '4.10' testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.1' - testCompile group: 'org.mockito', name: 'mockito-all', version: '1.8.5' + testCompile group: 'org.mockito', name: 'mockito-all', version: '1.9.0' }