|
10 | 10 | <modelVersion>4.0.0</modelVersion>
|
11 | 11 | <groupId>com.epam.healenium</groupId>
|
12 | 12 | <artifactId>healenium-appium</artifactId>
|
13 |
| - <version>1.5.0</version> |
| 13 | + <version>1.5.2</version> |
14 | 14 | <packaging>jar</packaging>
|
15 | 15 | <name>healenium-appium</name>
|
16 | 16 | <description>healenium appium client</description>
|
|
55 | 55 |
|
56 | 56 |
|
57 | 57 | <properties>
|
58 |
| - <healenium.version>3.4.0</healenium.version> |
| 58 | + <healenium.version>3.4.2</healenium.version> |
59 | 59 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
60 | 60 | <typesafe.version>1.3.4</typesafe.version>
|
61 | 61 | <commonslang3.version>3.11</commonslang3.version>
|
62 | 62 | <slf4jsimple.version>1.7.30</slf4jsimple.version>
|
63 | 63 | <annotations.version>18.0.0</annotations.version>
|
64 |
| - <mapstruct.version>1.4.2.Final</mapstruct.version> |
65 | 64 | <lombok.version>1.18.20</lombok.version>
|
66 | 65 | <javassist.version>3.26.0-GA</javassist.version>
|
67 | 66 | <junit.version>5.7.1</junit.version>
|
|
223 | 222 | <version>${commonslang3.version}</version>
|
224 | 223 | <scope>compile</scope>
|
225 | 224 | </dependency>
|
226 |
| - <dependency> |
227 |
| - <groupId>org.mapstruct</groupId> |
228 |
| - <artifactId>mapstruct</artifactId> |
229 |
| - <version>${mapstruct.version}</version> |
230 |
| - <scope>compile</scope> |
231 |
| - </dependency> |
232 | 225 | <dependency>
|
233 | 226 | <groupId>org.projectlombok</groupId>
|
234 | 227 | <artifactId>lombok</artifactId>
|
|
247 | 240 | <version>${junit.version}</version>
|
248 | 241 | <scope>test</scope>
|
249 | 242 | </dependency>
|
250 |
| - <dependency> |
251 |
| - <groupId>org.mapstruct</groupId> |
252 |
| - <artifactId>mapstruct-processor</artifactId> |
253 |
| - <version>${mapstruct.version}</version> |
254 |
| - </dependency> |
255 | 243 | <dependency>
|
256 | 244 | <groupId>io.appium</groupId>
|
257 | 245 | <artifactId>java-client</artifactId>
|
|
0 commit comments