Skip to content

Commit

Permalink
Changes in version 1.8.1
Browse files Browse the repository at this point in the history
------------------------
* testng 7.7.1
  • Loading branch information
hibissscus committed Jan 29, 2025
1 parent 463a118 commit 384bafe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Changes in version 1.8.1
------------------------
* testng 7.7.1


Changes in version 1.8.0
------------------------
* kotlin 2.1.10
Expand Down
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.8.0"
version = "1.8.1"


repositories {
Expand All @@ -25,7 +25,7 @@ dependencies {
// selenium
implementation("org.seleniumhq.selenium:selenium-java:4.28.1")
// testng
implementation("org.testng", "testng", "7.10.2")
implementation("org.testng", "testng", "7.7.1")
// reportng
implementation("com.github.hibissscus:reportng:1.5.6")
}
Expand Down

0 comments on commit 384bafe

Please sign in to comment.