Skip to content

build: Bump build dependencies #2291

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
merged 5 commits into from
May 23, 2025

Conversation

valfirst
Copy link
Collaborator

Change list

  • Bump Gradle from 8.9 to 8.14
  • Bump JaCoCo from 0.8.12 to 0.8.13
  • Bump Checkstyle from 10.17.0 to 10.23.1
  • Fix Checkstyle violations in Javadocs
    New Checkstyle versions introduced a number of improvements/fixes in Javadocs checks, that resulted in new violations reported.

Types of changes

What types of changes are you proposing/introducing to Java client?

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

New Checkstyle versions introduced a number of improvements/fixes in Javadocs checks, that resulted in new violations reported.
@valfirst
Copy link
Collaborator Author

@mykola-mokhnach could you please review this PR?

*
* @see AndroidKey#ALT_LEFT
* @see AndroidKey#ALT_RIGHT
*/
ALT_ON(0x02),
/**
* <p>This mask is used to check whether the left ALT meta key is pressed.</p>
* his mask is used to check whether the left ALT meta key is pressed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo "This"

@valfirst valfirst merged commit 29843c1 into appium:master May 23, 2025
7 checks passed
@KazuCocoa KazuCocoa added size:S contribution size: S size:XS contribution size: XS and removed size:S contribution size: S labels Jun 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS contribution size: XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants