Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Apr 8, 2023
1 parent 2401f41 commit 56b3ef7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ When your automation project is using `TestNG` as a testing framework.
## Gradle
Add to `build.gradle`
```gradle
implementation("com.github.ngoanh2n:webdriverchecker:2.4.0")
implementation("com.github.ngoanh2n:webdriverchecker:2.5.0")
```

## Maven
Expand All @@ -74,7 +74,7 @@ Add to `pom.xml`
<dependency>
<groupId>com.github.ngoanh2n</groupId>
<artifactId>webdriverchecker</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
allprojects {
group("com.github.ngoanh2n")
version("2.4.0")
version("2.5.0")

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions webdriverchecker-junit5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You don't need to pass the WebDriver instance to the argument of checker methods
## Gradle
Add to `build.gradle`
```gradle
implementation("com.github.ngoanh2n:webdriverchecker-junit5:2.4.0")
implementation("com.github.ngoanh2n:webdriverchecker-junit5:2.5.0")
```

## Maven
Expand All @@ -25,7 +25,7 @@ Add to `pom.xml`
<dependency>
<groupId>com.github.ngoanh2n</groupId>
<artifactId>webdriverchecker-junit5</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions webdriverchecker-selenide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You don't need to pass the WebDriver instance to the argument of checker methods
## Gradle
Add to `build.gradle`
```gradle
implementation("com.github.ngoanh2n:webdriverchecker-selenide:2.4.0")
implementation("com.github.ngoanh2n:webdriverchecker-selenide:2.5.0")
```

## Maven
Expand All @@ -25,6 +25,6 @@ Add to `pom.xml`
<dependency>
<groupId>com.github.ngoanh2n</groupId>
<artifactId>webdriverchecker-selenide</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>
```
4 changes: 2 additions & 2 deletions webdriverchecker-testng/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You don't need to pass the WebDriver instance to the argument of checker methods
## Gradle
Add to `build.gradle`
```gradle
implementation("com.github.ngoanh2n:webdriverchecker-testng:2.4.0")
implementation("com.github.ngoanh2n:webdriverchecker-testng:2.5.0")
```

## Maven
Expand All @@ -25,7 +25,7 @@ Add to `pom.xml`
<dependency>
<groupId>com.github.ngoanh2n</groupId>
<artifactId>webdriverchecker-testng</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>
```

Expand Down

0 comments on commit 56b3ef7

Please sign in to comment.