Skip to content

Commit

Permalink
Merge pull request #3566 from graphql-java/dependabot/gradle/org.test…
Browse files Browse the repository at this point in the history
…ng-testng-7.10.1

Bump org.testng:testng from 7.10.0 to 7.10.1
  • Loading branch information
bbakerman committed Apr 15, 2024
2 parents 1d78326 + 9f613a6 commit 2cf3cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -118,7 +118,7 @@ dependencies {
testImplementation 'org.reactivestreams:reactive-streams-tck:' + reactiveStreamsVersion
testImplementation "io.reactivex.rxjava2:rxjava:2.2.21"

testImplementation 'org.testng:testng:7.10.0' // use for reactive streams test inheritance
testImplementation 'org.testng:testng:7.10.1' // use for reactive streams test inheritance

testImplementation 'org.openjdk.jmh:jmh-core:1.37'
testAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
Expand Down

0 comments on commit 2cf3cc0

Please sign in to comment.