Skip to content

Commit

Permalink
Changes in version 1.6.8
Browse files Browse the repository at this point in the history
------------------------
* kotlin 1.8.0
* selenium java 4.7.2
* selenium docker 4.7.2-20221219
* reportng 1.5.3
  • Loading branch information
hibissscus committed Jan 2, 2023
1 parent b210251 commit 0c6dc8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Changes in version 1.6.8
* selenium java 4.7.2
* selenium docker 4.7.2-20221219
* reportng 1.5.3
* testng 7.7.1


Changes in version 1.6.7
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
// selenium
implementation("org.seleniumhq.selenium:selenium-java:4.7.2")
// testng
implementation("org.testng", "testng", "7.7.1")
implementation("org.testng", "testng", "7.5")
// reportng
implementation("com.github.hibissscus:reportng:1.5.3")
}
Expand Down

0 comments on commit 0c6dc8f

Please sign in to comment.