We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006202e commit cb0710eCopy full SHA for cb0710e
tck/build.gradle
@@ -1,6 +1,6 @@
1
description = 'reactive-streams-tck'
2
dependencies {
3
- api group: 'org.testng', name: 'testng', version:'7.0.0'
+ api group: 'org.testng', name: 'testng', version:'7.3.0'
4
api project(':reactive-streams')
5
implementation project(':reactive-streams-examples')
6
}
0 commit comments