Skip to content

Commit

Permalink
Upgrade testng to get method names to show up in gradle console when …
Browse files Browse the repository at this point in the history
…skipping, and in testng html output. (ReactiveX#5653)
  • Loading branch information
dweebo authored and akarnokd committed Oct 9, 2017
1 parent 54e9862 commit e02cb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def junitVersion = "4.12"
def reactiveStreamsVersion = "1.0.1"
def mockitoVersion = "2.1.0"
def jmhVersion = "1.16"
def testNgVersion = "6.9.10"
def testNgVersion = "6.11"

// --------------------------------------

Expand Down

0 comments on commit e02cb58

Please sign in to comment.