Skip to content

Commit

Permalink
Bump org.testng:testng from 7.9.0 to 7.10.0
Browse files Browse the repository at this point in the history
Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.9.0 to 7.10.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.9.0...7.10.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] committed Apr 8, 2024
1 parent 2007373 commit 2d231a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -106,7 +106,7 @@ dependencies {
runtimeOnly("org.apache.logging.log4j:log4j-slf4j18-impl:2.18.0")

testImplementation("org.testcontainers:testcontainers:1.19.7")
testImplementation("org.testng:testng:7.9.0")
testImplementation("org.testng:testng:7.10.0")

constraints {
implementation("org.apache.httpcomponents:httpclient") {
Expand Down

0 comments on commit 2d231a5

Please sign in to comment.