Skip to content

Bump io.appium:java-client from 9.5.0 to 10.0.0 #1280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2025

Bumps io.appium:java-client from 9.5.0 to 10.0.0.

Release notes

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

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
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.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
    • Bump Gson from 2.11.0 to 2.13.1 #2267, #2286, #2290
    • Bump SLF4J from 2.0.16 to 2.0.17 #2274

9.4.0

  • [ENHANCEMENTS]
    • Implement HasBiDi interface support in AppiumDriver #2250, #2254, #2256
    • Add compatibility with Selenium 4.28.0 #2249
  • [BUG FIX]
    • Fix scroll issue in flutter integration driver #2227
    • Fix the definition of logcatFilterSpecs option #2258
    • Use WeakHashMap for caching proxy classes #2260
  • [DEPENDENCY UPDATES]
    • Bump minimum supported Selenium version from 4.19.0 to 4.26.0 #2246

... (truncated)

Commits
  • 0b4a430 release: v10.0.0 (#2332)
  • 6ded147 docs: Document the migration guide from v9 to v10 (#2331)
  • b2de541 feat: Upgrade to selenium 4.35.0 (#2327)
  • 75ee094 fix: Possible NPE in initBiDi() (#2325)
  • db431d8 build(deps): Bump org.junit.jupiter:junit-jupiter from 5.13.3 to 5.13.4 (#2321)
  • 8f5f886 build(deps): Bump io.github.bonigarcia:webdrivermanager (#2322)
  • 9d3b569 build(deps): Bump io.github.bonigarcia:webdrivermanager (#2319)
  • f4ea723 build(deps): Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (#2320)
  • 8be9a09 docs: updated maven central release badge (#2316)
  • 4567eca docs: updated CI badge to use ci.yml workflow (#2317)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.appium:java-client](https://github.com/appium/java-client) from 9.5.0 to 10.0.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.5.0...v10.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 14, 2025
@github-actions github-actions bot merged commit 5ef7f60 into master Aug 14, 2025
9 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.appium-java-client-10.0.0 branch August 14, 2025 06:09
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