Skip to content

Commit

Permalink
Merge pull request #282 from healenium/feature/EPMHLM-380
Browse files Browse the repository at this point in the history
EPMHLM-380
  • Loading branch information
Alex-Reif authored Sep 9, 2024
2 parents 6be5c94 + ca9d33a commit b7dbbf6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Self-healing library for Selenium Web-based tests
for Gradle projects:
```
dependencies {
compile group: 'com.epam.healenium', name: 'healenium-web', version: '3.5.2'
compile group: 'com.epam.healenium', name: 'healenium-web', version: '3.5.3'
}
```

Expand All @@ -22,7 +22,7 @@ for Maven projects:
<dependency>
<groupId>com.epam.healenium</groupId>
<artifactId>healenium-web</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
</dependency>
```
### 1. Init driver instance of SelfHealingDriver
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.epam.healenium</groupId>
<artifactId>healenium-web</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
<packaging>jar</packaging>
<name>healenium-web</name>
<description>healenium web client</description>
Expand Down Expand Up @@ -49,10 +49,10 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.apache>3.8.4</maven.apache>
<maven.apache>3.9.7</maven.apache>
<typesafe.version>1.4.2</typesafe.version>
<treecomparing.version>0.4.13</treecomparing.version>
<selenium.version>4.20.0</selenium.version>
<treecomparing.version>0.4.14</treecomparing.version>
<selenium.version>4.21.0</selenium.version>
<jacksondatabind.version>2.15.2</jacksondatabind.version>
<commonslang3.version>3.12.0</commonslang3.version>
<commonscodec.version>1.15</commonscodec.version>
Expand All @@ -63,7 +63,7 @@
<jettyserver.version>11.0.21</jettyserver.version>
<hamcrestcore.version>2.2</hamcrestcore.version>
<selenide.version>7.0.0</selenide.version>
<testcontainersjunit.version>1.16.3</testcontainersjunit.version>
<testcontainersjunit.version>1.19.8</testcontainersjunit.version>
<junit.version>5.8.2</junit.version>
<webdrivermanager.version>5.8.0</webdrivermanager.version>
<maven.compiler.source>17</maven.compiler.source>
Expand Down

0 comments on commit b7dbbf6

Please sign in to comment.