Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and shawn-sher committed Apr 21, 2022
1 parent c469028 commit b59e79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cerberus-api-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ configurations.all {
}
dependencies {
implementation project(':cerberus-core').sourceSets.test.output
implementation group: 'org.testng', name: 'testng', version: '7.4.0'
implementation group: 'org.testng', name: 'testng', version: '7.5'
implementation 'junit:junit:4.13.2'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation group: 'org.codehaus.groovy', name: 'groovy-all', version: '3.0.9'
Expand Down

0 comments on commit b59e79c

Please sign in to comment.