Skip to content

Commit e7ae0a5

Browse files
chore(deps): bump org.testng:testng from 7.1.0 to 7.12.0 in /backend
Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.1.0 to 7.12.0. - [Release notes](https://github.com/testng-team/testng/releases) - [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt) - [Commits](https://github.com/testng-team/testng/commits/7.12.0) --- updated-dependencies: - dependency-name: org.testng:testng dependency-version: 7.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2698717 commit e7ae0a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
dependencies {
1616
implementation("org.springframework.boot:spring-boot-starter-web")
1717
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0")
18-
implementation("org.testng:testng:7.1.0")
18+
implementation("org.testng:testng:7.12.0")
1919
developmentOnly("org.springframework.boot:spring-boot-devtools")
2020
testImplementation("org.springframework.boot:spring-boot-starter-test")
2121
}

0 commit comments

Comments
 (0)