Skip to content

Commit

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

---
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 May 19, 2022
1 parent 0f909d4 commit ad9ca89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hmac-auth-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

compile 'org.slf4j:slf4j-api:1.7.36'

testCompile 'org.testng:testng:7.5'
testCompile 'org.testng:testng:7.6.0'
testCompile 'org.hamcrest:hamcrest-core:2.2'
testCompile 'org.hamcrest:hamcrest-library:2.2'
testCompile 'org.mockito:mockito-core:4.5.1'
Expand Down
2 changes: 1 addition & 1 deletion hmac-auth-jersey-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

compile project(path: ":hmac-auth-common")

testCompile 'org.testng:testng:7.5'
testCompile 'org.testng:testng:7.6.0'
testCompile 'org.hamcrest:hamcrest-core:2.2'
testCompile 'org.hamcrest:hamcrest-library:2.2'
testCompile 'org.mockito:mockito-core:4.5.1'
Expand Down
2 changes: 1 addition & 1 deletion hmac-auth-proxy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {

runtime 'org.slf4j:slf4j-log4j12:1.7.36'

testCompile 'org.testng:testng:7.5'
testCompile 'org.testng:testng:7.6.0'
testCompile 'org.hamcrest:hamcrest-library:2.2'
testCompile 'org.mockito:mockito-core:4.5.1'
}
Expand Down
2 changes: 1 addition & 1 deletion hmac-auth-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {

compile project(path: ":hmac-auth-common")

testCompile 'org.testng:testng:7.5'
testCompile 'org.testng:testng:7.6.0'
testCompile 'org.hamcrest:hamcrest-core:2.2'
testCompile 'org.hamcrest:hamcrest-library:2.2'
testCompile 'org.mockito:mockito-core:4.5.1'
Expand Down

0 comments on commit ad9ca89

Please sign in to comment.