Skip to content

Commit 57287df

Browse files
Release 7.4.1 and update release notes
1 parent 0e023aa commit 57287df

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ dependencies {
6666
```
6767

6868
## Changelog
69+
*7.4.1*
70+
- **[BUG FIX]**
71+
- Fix the configuration of `selenium-java` dependency. [#1417](https://github.com/appium/java-client/pull/1417)
72+
- **[DEPENDENCY UPDATES]**
73+
- `gradle` was updated to 6.7.1.
74+
75+
6976
*7.4.0*
7077
- **[ENHANCEMENTS]**
7178
- Add ability to set multiple settings. [#1409](https://github.com/appium/java-client/pull/1409)

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ publishing {
131131
mavenJava(MavenPublication) {
132132
groupId = 'io.appium'
133133
artifactId = 'java-client'
134-
version = '7.4.0'
134+
version = '7.4.1'
135135
from components.java
136136
pom {
137137
name = 'java-client'

0 commit comments

Comments
 (0)