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
* reportng 1.5.5
  • Loading branch information
hibissscus committed Apr 18, 2024
1 parent 570cc6d commit 2ea9d30
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Changes in version 1.7.3
------------------------
* testng 7.5
* reportng 1.5.5


Changes in version 1.7.2
------------------------
* kotlin 1.9.22
* org.jetbrains.dokka 1.9.10
* selenium java 4.17.0
* reportng 1.5.4
* selenium docker 4.17.0-20240123
* README.md 2024


Changes in version 1.7.1
------------------------
* kotlin 1.9.10
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
// testng
implementation("org.testng", "testng", "7.5")
// reportng
implementation("com.github.hibissscus:reportng:1.5.4")
implementation("com.github.hibissscus:reportng:1.5.5")
}

tasks {
Expand Down

0 comments on commit 2ea9d30

Please sign in to comment.