Skip to content
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

build(deps): bump the dependencies group in /core-java with 3 updates #978

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2025

Bumps the dependencies group in /core-java with 3 updates: org.seleniumhq.selenium:selenium-java, io.appium:java-client and com.puppycrawl.tools:checkstyle.

Updates org.seleniumhq.selenium:selenium-java from 4.27.0 to 4.28.1

Release notes

Sourced from org.seleniumhq.selenium:selenium-java's releases.

Selenium 4.28.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

... (truncated)

Commits

Updates io.appium:java-client from 9.3.0 to 9.4.0

Release notes

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

v9.4.0

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
    • Bump Apache Commons Lang from 3.15.0 to 3.16.1 #2220, #2228
    • Bump SLF4J from 2.0.13 to 2.0.16 #2221
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.

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
    • Bump Apache Commons Lang from 3.15.0 to 3.16.1 #2220, #2228
    • Bump SLF4J from 2.0.13 to 2.0.16 #2221

9.3.0

  • [ENHANCEMENTS]
    • Add support for FlutterIOSDriver. #2206
    • add support for FlutterAndroidDriver. #2203
    • Add locator types supported by flutter integration driver. #2201
    • add flutter driver commands to support camera mocking. #2207
    • Add ability to use secure WebSocket to listen Logcat messages. #2182
    • Add mobile: replacements to clipboard API wrappers. #2188
  • [DEPRECATION]
    • Deprecate obsolete TouchAction helpers. #2199
  • [REFACTOR]
    • Bump iOS version in CI. #2167
  • [DOCUMENTATION]
  • [DEPENDENCY UPDATES]
    • org.junit.jupiter:junit-jupiter was updated to 5.10.3.
    • org.projectlombok:lombok was updated to 1.18.34.
    • io.github.bonigarcia:webdrivermanager was updated to 5.9.1.
    • org.owasp.dependencycheck was updated to 10.0.3.
    • org.apache.commons:commons-lang3 was updated to 3.15.0.

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
  • [DEPRECATION]
    • Deprecate AppiumProtocolHandshake class #2173
      The original ProtocolHandshake class only supports W3C protocol now. There is no need to hack it anymore.

... (truncated)

Commits
  • 75d095c release: v9.4.0 (#2262)
  • b824057 build(deps): Bump org.owasp.dependencycheck from 12.0.0 to 12.0.1 (#2261)
  • eac05b1 fix: Use WeakHashMap for caching proxy classes (#2260)
  • f99533c fix: Update the definition of 'logcatFilterSpecs' option (#2258)
  • a13724b test: Add Android BiDi events test (#2256)
  • f75963d build(deps): Bump org.owasp.dependencycheck from 11.1.1 to 12.0.0 (#2255)
  • 39ee841 test: Reenable BiDi logging tests for iOS (#2254)
  • 3a149c9 build(deps): Bump org.owasp.dependencycheck from 11.1.0 to 11.1.1 (#2248)
  • f8b7510 build(deps): Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 (#2251)
  • d01161d feat: Implement HasBiDi interface support in AppiumDriver (#2250)
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 10.21.1 to 10.21.2

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-10.21.2

Checkstyle 10.21.2 - https://checkstyle.org/releasenotes.html#Release_10.21.2

Bug fixes:

#15939 - lineWrappingIndentation falsely detects incorrect indentation for text blocks #16101 - ignoreFieldDeclaration property should have the highest priority in MagicNumberCheck

Commits
  • 197b10f [maven-release-plugin] prepare release checkstyle-10.21.2
  • dc7c5be doc: release notes for 10.21.2
  • edc2dbe minor: update suppressioon for linkcheck to fix CI failure
  • 01ec09a Issue #16077: fixed large margins and paddings
  • 7ff1ebf Issue #13345: Enable example test for SuppressWithNearbyCommentFilter
  • 9201875 Issue #13213: remove OK comments from javadocmethod
  • 69c4c65 Issue #13345: enabling tests for RegexpCheckExampleTest
  • 05b2a32 Issue #13213: remove OK comments from javadocblocktaglocation
  • 95eeefd supplemental: test-cases for unnecessary parentheses on typecasting
  • ad7b6ba supplemental: disable locale runs until #16233
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group in /core-java with 3 updates: [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium), [io.appium:java-client](https://github.com/appium/java-client) and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle).


Updates `org.seleniumhq.selenium:selenium-java` from 4.27.0 to 4.28.1
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Updates `io.appium:java-client` from 9.3.0 to 9.4.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.3.0...v9.4.0)

Updates `com.puppycrawl.tools:checkstyle` from 10.21.1 to 10.21.2
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.21.1...checkstyle-10.21.2)

---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.appium:java-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 26, 2025 23:21
@dependabot dependabot bot added 🏠 pr: internal PR which adds internal framework changes java Pull requests that update Java code labels Jan 26, 2025
@dependabot dependabot bot requested a review from WasiqB January 26, 2025 23:21
@WasiqB WasiqB merged commit 8542e10 into main Jan 29, 2025
21 checks passed
@dependabot dependabot bot deleted the dependabot/maven/core-java/main/dependencies-04e04c6308 branch January 29, 2025 08:04
@WasiqB
Copy link
Member

WasiqB commented Feb 9, 2025

🚀 This pull request is included in v2.6.0. See Release 2.6.0 for release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏠 pr: internal PR which adds internal framework changes java Pull requests that update Java code
Projects
Development

Successfully merging this pull request may close these issues.

1 participant