FAQ | This is a LIVE service | Changelog

Skip to content

Update dependency io.appium:java-client to v9.2.3

Renovate Bot requested to merge renovate/appium.version into master

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
io.appium:java-client (source) 9.2.2 -> 9.2.3 age adoption passing confidence

Release Notes

appium/java-client

v9.2.3

Compare Source

9.2.3

  • [BUG FIX]
    • Properly represent FeaturesMatchingResult model if multiple option is enabled #​2170
    • Use current class loader for the ByteBuddy wrapper #​2172
      This fixes errors like NoClassDefFoundError: org/openqa/selenium/remote/RemoteWebElement, NoClassDefFoundError: io/appium/java_client/proxy/HasMethodCallListeners when PageFactory is used.
    • Correct extension name for mobile: replaceElementValue #​2171
  • [DEMRECATION]
    • Deprecate AppiumProtocolHandshake class #​2173
      The original ProtocolHandshake class only supports W3C protocol now. There is no need to hack it anymore.
  • [REFACTOR]
    • Replace Guava HttpHeaders with Selenium HttpHeader #​2151
  • [DEPENDENCY CHANGE]
    • Bump SLF4J from 2.0.12 to 2.0.13 #​2158
    • Bump Gson from 2.10.1 to 2.11.0 #​2175

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports