Skip to content

Commit

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

---
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 sskorol committed Feb 24, 2023
1 parent 7f31f50 commit 137ba46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
annotationProcessor("org.projectlombok:lombok:${lombokVersion}")
testAnnotationProcessor("org.projectlombok:lombok:${lombokVersion}")
api("org.jooq:joor:0.9.14")
api("org.testng:testng:7.6.1")
api("org.testng:testng:7.7.1")
api("one.util:streamex:0.8.1")
api("io.vavr:vavr:0.10.4")
api("org.aspectj:aspectjrt:${aspectjVersion}")
Expand Down

0 comments on commit 137ba46

Please sign in to comment.