You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,6 +46,14 @@ This is the Java language binding for writing Appium Tests, conforms to [Mobile
39
46
-`IOSMobileCapabilityType#ALLOW_TOUCHID_ENROLL`
40
47
-`MobileCapabilityType#EVENT_TIMINGS`
41
48
49
+
-**[UPDATE]** Dependencies were updated:
50
+
-`org.seleniumhq.selenium:selenium-java` was updated to 3.4.0
51
+
-`cglib:cglib` was updated to 3.2.5
52
+
-`org.apache.httpcomponents:httpclient` was updated to 4.5.3
53
+
-`commons-validator:commons-validator` was updated to 1.6
54
+
-`org.springframework:spring-context` was updated to 4.3.8.RELEASE
55
+
56
+
42
57
*5.0.0-BETA7*
43
58
-**[ENHANCEMENT]** The ability to customize the polling strategy of the waiting was provided. [#612](https://github.com/appium/java-client/pull/612)
44
59
-**[ENHANCEMENT]****[REFACTOR]** Methods which were representing time deltas instead of elementary types became `Deprecated`. Methods which use `java.time.Duration` are suugested to be used. [#611](https://github.com/appium/java-client/pull/611)
0 commit comments