Skip to content

Commit bc36c75

Browse files
author
Denys Zaiats
committed
[master] - updated documentation. Updated dependencies
1 parent a45c30f commit bc36c75

File tree

3 files changed

+220
-232
lines changed

3 files changed

+220
-232
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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)