File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,22 @@ dependencies {
66
66
```
67
67
68
68
## Changelog
69
+ * 7.5.0*
70
+ - ** [ ENHANCEMENTS] **
71
+ - Add support for Appium Mac2Driver. [ #1439 ] ( https://github.com/appium/java-client/pull/1439 )
72
+ - Add support for multiple image occurrences. [ #1445 ] ( https://github.com/appium/java-client/pull/1445 )
73
+ - ` BOUND_ELEMENTS_BY_INDEX ` Setting was added. [ #1418 ] ( https://github.com/appium/java-client/pull/1418 )
74
+ - ** [ BUG FIX] **
75
+ - Use lower case for Windows platform key in ElementMap. [ #1421 ] ( https://github.com/appium/java-client/pull/1421 )
76
+ - ** [ DEPENDENCY UPDATES] **
77
+ - ` org.apache.commons:commons-lang3 ` was updated to 3.12.0.
78
+ - ` org.springframework:spring-context ` was updated to 5.3.4.
79
+ - ` org.owasp.dependencycheck ` was updated to 6.1.0.
80
+ - ` io.github.bonigarcia:webdrivermanager ` was updated to 4.3.1.
81
+ - ` org.eclipse.jdt:ecj ` was updated to 3.24.0.
82
+ - ` org.projectlombok:lombok ` was updated to 1.18.16.
83
+ - ` jcenter ` repository was removed.
84
+
69
85
* 7.4.1*
70
86
- ** [ BUG FIX] **
71
87
- Fix the configuration of ` selenium-java ` dependency. [ #1417 ] ( https://github.com/appium/java-client/pull/1417 )
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ publishing {
130
130
mavenJava(MavenPublication ) {
131
131
groupId = ' io.appium'
132
132
artifactId = ' java-client'
133
- version = ' 7.4.1 '
133
+ version = ' 7.5.0 '
134
134
from components. java
135
135
pom {
136
136
name = ' java-client'
You can’t perform that action at this time.
0 commit comments