Skip to content

Commit

Permalink
Merge pull request #347 from cdancy/dependabot/gradle/org.testng-test…
Browse files Browse the repository at this point in the history
…ng-7.10.2

Bump org.testng:testng from 7.10.1 to 7.10.2
  • Loading branch information
cdancy committed May 7, 2024
2 parents 8b9b93d + f16370c commit 7a7408c
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 @@ -35,7 +35,7 @@ dependencies {
testImplementation ('org.assertj:assertj-core:3.25.3')
testImplementation ('ch.qos.logback:logback-core:1.5.6')
testImplementation ('com.squareup.okhttp3:mockwebserver:4.12.0')
testImplementation ('org.testng:testng:7.10.1')
testImplementation ('org.testng:testng:7.10.2')
testImplementation ('ch.qos.logback:logback-classic:1.5.6')
}

Expand Down

0 comments on commit 7a7408c

Please sign in to comment.