Skip to content

Commit

Permalink
Bump org.testng:testng in /gradle/standard_jetbrains_plugin (ChrisCar…
Browse files Browse the repository at this point in the history
…ini/github-repo-files-sync#79) (#139)

Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.7.1 to 7.8.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.7.1...7.8.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
ChrisCarini and dependabot[bot] committed May 19, 2023
1 parent 33426be commit 8b6f2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_standard_jetbrains_plugin_build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ dependencies {
}

testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation 'org.testng:testng:7.7.1'
testImplementation 'org.testng:testng:7.8.0'
testImplementation 'org.mockito:mockito-core:5.3.1'
}

Expand Down

0 comments on commit 8b6f2f0

Please sign in to comment.