Skip to content

Commit e02cb58

Browse files
dweeboakarnokd
authored andcommitted
Upgrade testng to get method names to show up in gradle console when skipping, and in testng html output. (#5653)
1 parent 54e9862 commit e02cb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def junitVersion = "4.12"
5454
def reactiveStreamsVersion = "1.0.1"
5555
def mockitoVersion = "2.1.0"
5656
def jmhVersion = "1.16"
57-
def testNgVersion = "6.9.10"
57+
def testNgVersion = "6.11"
5858

5959
// --------------------------------------
6060

0 commit comments

Comments
 (0)