Skip to content

Commit

Permalink
Bump org.testng:testng from 7.10.2 to 7.11.0
Browse files Browse the repository at this point in the history
Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.10.2 to 7.11.0.
- [Release notes](https://github.com/testng-team/testng/releases)
- [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt)
- [Commits](testng-team/testng@7.10.2...7.11.0)

---
updated-dependencies:
- dependency-name: org.testng:testng
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2025
1 parent dbd347d commit 56eaef8
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 @@ -33,7 +33,7 @@ dependencies {
testImplementation('org.assertj:assertj-core:3.26.0')
testImplementation('ch.qos.logback:logback-core:1.5.6')
testImplementation('com.squareup.okhttp3:mockwebserver:4.12.0')
testImplementation('org.testng:testng:7.10.2')
testImplementation('org.testng:testng:7.11.0')
testImplementation('ch.qos.logback:logback-classic:1.5.6')
testImplementation group: 'org.awaitility', name: 'awaitility', version: '4.2.2'

Expand Down

0 comments on commit 56eaef8

Please sign in to comment.