Skip to content

Commit 748421c

Browse files
committed
Merge branch 'master' into BuildingExpressionFromConditions
2 parents 4074119 + 51ebff4 commit 748421c

File tree

5 files changed

+484
-237
lines changed

5 files changed

+484
-237
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
<groupId>net.itarray</groupId>
88
<artifactId>automotion</artifactId>
9-
<version>2.0.0</version>
9+
<version>2.0.1</version>
1010
<name>Automotion</name>
11-
<description>Library for automation testing</description>
12-
<url>https://www.itarray.net</url>
11+
<description>Library for smart visual automation testing</description>
12+
<url>https://automotion.itarray.net</url>
1313

1414
<licenses>
1515
<license>
@@ -121,27 +121,27 @@
121121
<dependency>
122122
<groupId>org.seleniumhq.selenium</groupId>
123123
<artifactId>selenium-java</artifactId>
124-
<version>3.4.0</version>
124+
<version>3.5.3</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>org.seleniumhq.selenium</groupId>
128128
<artifactId>selenium-server</artifactId>
129-
<version>3.4.0</version>
129+
<version>3.5.3</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.seleniumhq.selenium</groupId>
133133
<artifactId>selenium-remote-driver</artifactId>
134-
<version>3.4.0</version>
134+
<version>3.5.3</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>io.appium</groupId>
138138
<artifactId>java-client</artifactId>
139-
<version>4.1.2</version>
139+
<version>5.0.2</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>com.google.guava</groupId>
143143
<artifactId>guava</artifactId>
144-
<version>22.0</version>
144+
<version>23.0</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>org.apache.httpcomponents</groupId>
@@ -170,8 +170,8 @@
170170
</dependency>
171171
<dependency>
172172
<groupId>javax.mail</groupId>
173-
<artifactId>mail</artifactId>
174-
<version>1.4.7</version>
173+
<artifactId>javax.mail-api</artifactId>
174+
<version>1.6.0</version>
175175
</dependency>
176176
<dependency>
177177
<groupId>com.optimaize.languagedetector</groupId>
@@ -200,7 +200,7 @@
200200
<dependency>
201201
<groupId>com.webfirmframework</groupId>
202202
<artifactId>wffweb</artifactId>
203-
<version>2.1.9</version>
203+
<version>2.1.12</version>
204204
</dependency>
205205
<dependency>
206206
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)