Skip to content

Commit

Permalink
Addresses #528 by upgrading testng to 7.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Klang <viktor.klang@gmail.com>
  • Loading branch information
viktorklang committed Mar 8, 2021
1 parent 006202e commit cb0710e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tck/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description = 'reactive-streams-tck'
dependencies {
api group: 'org.testng', name: 'testng', version:'7.0.0'
api group: 'org.testng', name: 'testng', version:'7.3.0'
api project(':reactive-streams')
implementation project(':reactive-streams-examples')
}
Expand Down

0 comments on commit cb0710e

Please sign in to comment.