Update junit dependency 4.12 -> 4.13.2 in tests

This commit is contained in:
Nikolay Krasko
2021-11-23 15:30:59 +03:00
committed by TeamCityServer
parent af8faadca5
commit 317b0b4495
28 changed files with 31 additions and 31 deletions
@@ -1,4 +1,4 @@
// // org.junit.Assert.assertThrows was added in 4.13, compilation should fail
@file:DependsOn("junit:junit:(4.11,4.12]")
org.junit.Assert.assertThrows(NullPointerException::class.java) {
@@ -1,4 +1,4 @@
// org.junit.Assert.assertThrows was added in 4.13, compilation should be fine
@file:DependsOn("junit:junit:(4.12,5.0)")
org.junit.Assert.assertThrows(NullPointerException::class.java) {