Skip to content

Bump io.appium:java-client from 9.2.2 to 10.1.0#6512

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/io.appium-java-client-10.1.0
Closed

Bump io.appium:java-client from 9.2.2 to 10.1.0#6512
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/io.appium-java-client-10.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 13, 2026

Bumps io.appium:java-client from 9.2.2 to 10.1.0.

Release notes

Sourced from io.appium:java-client's releases.

v10.1.0

10.1.0

  • [ENHANCEMENTS]
    • Add support for descendant and ancestor flutter locators #2357
  • [BUG FIX]
    • Fix ListOutputStream.close() to close all streams on failure #2392
    • Avoid using system default locale #2352
  • [REFACTOR]
    • Avoid using reflection to manage AppiumCommandExecutor state #2356
  • [DEPENDENCY CHANGE]
    • Bump minimum Selenium version from 4.35.0 to 4.40.0 #2383
    • Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 #2342
    • Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.20.0 #2350, #2374

v10.0.0

10.0.0

  • [DOCUMENTATION]
    • Document the migration guide from v9 to v10 #2331
    • updated maven central release badge #2316
    • updated CI badge to use ci.yml workflow #2317
  • [BREAKING CHANGE] #2327
    • Removed all deprecated methods with Selenium's Location and LocationContext (these classes have been removed in Selenium 4.35.0)
  • [ENHANCEMENTS]
    • Proxy commands issues via RemoteWebElement #2311
    • Automated Release to Maven Central Repository using JReleaser #2313
  • [BUG FIX]
    • Possible NPE in initBiDi() #2325
  • [DEPENDENCY CHANGE]
    • Bump minimum Selenium version to 4.35.0 #2327
    • Bump org.junit.jupiter:junit-jupiter from 5.13.2 to 5.13.3 #2314
    • Bump io.github.bonigarcia:webdrivermanager #2322
    • Bump com.gradleup.shadow from 8.3.7 to 8.3.8 #2315
    • Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 #2320

v.9.5.0

9.5.0

  • [ENHANCEMENTS]
    • Allow extension capability keys to contain dot characters #2271
    • Add a client for Appium server storage plugin #2275
    • Swap check for Widget and WebElement #2277
    • Add compatibility with Selenium 4.34.0 #2298
    • Add new option classes for prebuiltWDAPath and usePreinstalledWDA XCUITest capabilities #2304
  • [REFACTOR]
    • Migrate from JSR 305 to JSpecify's nullability annotations #2281
  • [DEPENDENCY UPDATES]
    • Bump minimum supported Selenium version from 4.26.0 to 4.34.0 #2305
    • Bump Gson from 2.11.0 to 2.13.1 #2267, #2286, #2290
    • Bump SLF4J from 2.0.16 to 2.0.17 #2274

... (truncated)

Changelog

Sourced from io.appium:java-client's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

10.1.0

  • [ENHANCEMENTS]
    • Add support for descendant and ancestor flutter locators #2357
  • [BUG FIX]
    • Fix ListOutputStream.close() to close all streams on failure #2392
    • Avoid using system default locale #2352
  • [REFACTOR]
    • Avoid using reflection to manage AppiumCommandExecutor state #2356
  • [DEPENDENCY CHANGE]
    • Bump minimum Selenium version from 4.35.0 to 4.40.0 #2383
    • Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 #2342
    • Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.20.0 #2350, #2374

10.0.0

  • [DOCUMENTATION]
    • Document the migration guide from v9 to v10 #2331
    • updated maven central release badge #2316
    • updated CI badge to use ci.yml workflow #2317
  • [BREAKING CHANGE] #2327
    • Removed all deprecated methods with Selenium's Location and LocationContext (these classes have been removed in Selenium 4.35.0)
  • [ENHANCEMENTS]
    • Proxy commands issues via RemoteWebElement #2311
    • Automated Release to Maven Central Repository using JReleaser #2313
  • [BUG FIX]
    • Possible NPE in initBiDi() #2325
  • [DEPENDENCY CHANGE]
    • Bump minimum Selenium version to 4.35.0 #2327
    • Bump org.junit.jupiter:junit-jupiter from 5.13.2 to 5.13.3 #2314
    • Bump io.github.bonigarcia:webdrivermanager #2322
    • Bump com.gradleup.shadow from 8.3.7 to 8.3.8 #2315
    • Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 #2320

9.5.0

  • [ENHANCEMENTS]
    • Allow extension capability keys to contain dot characters #2271
    • Add a client for Appium server storage plugin #2275
    • Swap check for Widget and WebElement #2277
    • Add compatibility with Selenium 4.34.0 #2298
    • Add new option classes for prebuiltWDAPath and usePreinstalledWDA XCUITest capabilities #2304
  • [REFACTOR]
    • Migrate from JSR 305 to JSpecify's nullability annotations #2281
  • [DEPENDENCY UPDATES]
    • Bump minimum supported Selenium version from 4.26.0 to 4.34.0 #2305

... (truncated)

Commits
  • e4a3555 release: v10.1.0 (#2395)
  • 0e9a3f3 build(deps): Bump com.gradleup.shadow from 9.3.1 to 9.3.2 (#2387)
  • 3c5543f build(deps): Bump org.jreleaser from 1.21.0 to 1.23.0 (#2388)
  • 364fc16 build(deps): Bump futureware-tech/simulator-action from 4 to 5 (#2389)
  • 3e8f121 build(deps): Bump gradle-wrapper from 9.3.1 to 9.4.0 (#2393)
  • 2c76267 ci: Run tests for both snapshot and stable selenium versions (#2394)
  • 1f0a2f8 fix: ListOutputStream.close() to close all streams on failure (#2392)
  • 1abd110 build(deps): Bump org.junit.jupiter:junit-jupiter from 5.14.2 to 5.14.3 (#2386)
  • 11f4f41 build(deps): Bump gradle-wrapper from 9.3.0 to 9.3.1 (#2385)
  • c4d4455 build: run build against Selenium release and nightly SNAPSHOT versions (#2384)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 13, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 13, 2026 21:02
@dependabot dependabot Bot requested a review from valfirst March 13, 2026 21:02
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 13, 2026
@dependabot dependabot Bot requested review from ikalinin1 and vkepin March 13, 2026 21:02
@dependabot dependabot Bot added the java Pull requests that update Java code label Mar 13, 2026
Bumps [io.appium:java-client](https://github.com/appium/java-client) from 9.2.2 to 10.1.0.
- [Release notes](https://github.com/appium/java-client/releases)
- [Changelog](https://github.com/appium/java-client/blob/master/CHANGELOG.md)
- [Commits](appium/java-client@v9.2.2...v10.1.0)

---
updated-dependencies:
- dependency-name: io.appium:java-client
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/io.appium-java-client-10.1.0 branch from df25c84 to 8f546eb Compare April 6, 2026 15:49
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 24, 2026

Superseded by #6596.

@dependabot dependabot Bot closed this Apr 24, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/io.appium-java-client-10.1.0 branch April 24, 2026 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants