Skip to content

Commit

Permalink
Changes in version 1.7.3
Browse files Browse the repository at this point in the history
------------------------
* testng 7.5
  • Loading branch information
hibissscus committed Feb 14, 2024
1 parent f27343d commit 570cc6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {


group = "it.testee"
version = "1.7.2"
version = "1.7.3"


repositories {
Expand All @@ -25,7 +25,7 @@ dependencies {
// selenium
implementation("org.seleniumhq.selenium:selenium-java:4.17.0")
// testng
implementation("org.testng", "testng", "7.8.0")
implementation("org.testng", "testng", "7.5")
// reportng
implementation("com.github.hibissscus:reportng:1.5.4")
}
Expand Down

0 comments on commit 570cc6d

Please sign in to comment.