Skip to content

Commit

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

Bump org.testng:testng from 7.8.0 to 7.9.0
  • Loading branch information
cdancy authored Jan 18, 2024
2 parents dcb48ea + 0b5fbf0 commit 61d938d
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.1')
testImplementation ('ch.qos.logback:logback-core:1.4.14')
testImplementation ('com.squareup.okhttp3:mockwebserver:4.12.0')
testImplementation ('org.testng:testng:7.8.0')
testImplementation ('org.testng:testng:7.9.0')
testImplementation ('ch.qos.logback:logback-classic:1.4.14')
}

Expand Down

0 comments on commit 61d938d

Please sign in to comment.