Upgrade Junit version from 4.11 to 4.12

This commit is contained in:
VEINHORN 2016-06-23 14:26:20 +03:00 committed by Vlad Mihalcea
parent 74e959f1bc
commit fde8b608fc
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
// use. In that respect it serves a role similar to <dependencyManagement> in Maven
ext {
junitVersion = '4.11'
junitVersion = '4.12'
// h2Version = '1.2.145'
h2Version = '1.3.176'
bytemanVersion = '2.1.2'