Skip to content

Commit cb0710e

Browse files
committed
Addresses #528 by upgrading testng to 7.3.0
Signed-off-by: Viktor Klang <[email protected]>
1 parent 006202e commit cb0710e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tck/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description = 'reactive-streams-tck'
22
dependencies {
3-
api group: 'org.testng', name: 'testng', version:'7.0.0'
3+
api group: 'org.testng', name: 'testng', version:'7.3.0'
44
api project(':reactive-streams')
55
implementation project(':reactive-streams-examples')
66
}

0 commit comments

Comments
 (0)