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#162) (#277)

Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.10.1 to 7.10.2.
- [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.1...7.10.2)

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

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 Apr 29, 2024
1 parent 8c84b74 commit f68ea10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_standard_jetbrains_plugin_build.gradle
Expand Up @@ -256,7 +256,7 @@ dependencies {
}

testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation 'org.testng:testng:7.10.1'
testImplementation 'org.testng:testng:7.10.2'
testImplementation 'org.mockito:mockito-core:5.11.0'
}

Expand Down

0 comments on commit f68ea10

Please sign in to comment.