boyka-framework
boyka-framework copied to clipboard
build(deps): bump the dependencies group across 1 directory with 5 updates
Bumps the dependencies group with 5 updates in the /core-java directory:
| Package | From | To |
|---|---|---|
| org.seleniumhq.selenium:selenium-java | 4.19.1 |
4.20.0 |
| com.google.guava:guava | 33.1.0-jre |
33.2.0-jre |
| com.fasterxml.jackson.dataformat:jackson-dataformat-yaml | 2.17.0 |
2.17.1 |
| com.fasterxml.jackson.core:jackson-databind | 2.17.0 |
2.17.1 |
| com.puppycrawl.tools:checkstyle | 10.15.0 |
10.16.0 |
Updates org.seleniumhq.selenium:selenium-java from 4.19.1 to 4.20.0
Release notes
Sourced from org.seleniumhq.selenium:selenium-java's releases.
Selenium 4.20.0
Changelog
For each component's detailed changelog, please check:
Commits in this release
a12c3b56a9- [build] Moving versions to nightly :: Diego Molina4fec60d2b8- [rb] Update Gemfile.lock :: Alex Rodionov96cf53a454- [rb] Fix document generation :: Alex Rodionov507970233b- [build] Bumping actions versions :: Diego Molina63e815627f- Update mirror info (Thu Mar 28 00:15:30 UTC 2024) :: Selenium CI Botb7d831db8c- [bidi][js] Update the capture screenshot APIs to include all parameters and remove scroll parameter (#13744) :: Puja Jagani0b29138fa7- [rust] Bump to rules_rust 0.41.0 (Rust 1.77.0) :: Boni GarcÃacc7f3402f8- Update mirror info (Fri Mar 29 00:15:26 UTC 2024) :: Selenium CI Botacd9d0e77d- [bidi] [java] Fix the bazel file after the BiDi breaking change :: Puja Jaganiabe0ee07dc- [java] Updating change log and bumping version :: Puja Jagani3ef121c0b2- Update mirror info (Fri Mar 29 12:14:17 UTC 2024) :: Selenium CI Bot6cda692993- [grid] synchronize read from field written by other thread :: Jörg Sautter9c6ccdbf40- Update mirror info (Sat Mar 30 00:14:35 UTC 2024) :: Selenium CI Bot1f88231e2b- [js] Fix linting (#13753) :: Puja Jagania2aa09f143- Bumping to SNAPSHOT for Nightly :: Diego Molinaec7c11fae8- Update mirror info (Mon Apr 1 12:08:01 UTC 2024) :: Selenium CI Bote90e4a5001- [rb] Return JRuby dependencies :: Alex Rodionovef3d9e870e- [rb][java][dotnet][py] Skipping Edge tests due to https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743 :: Diego Molinaa169d905b4- [JS][bidi] Impelments functionality to retrieve all top-level browsing contexts :: Sri Harshaa663d280de- [js] Running format script :: Diego Molina37565afc72- [dotnet] Simplify definition of building test web server for unit tests :: Nikolay Borisenko911b312090- [js] Add JS comments for BiDi related files (#13763) :: Puja Jagani309b3e802f- [bidi][java] Deprecate using builder for Locate Node parameters. (#13767) :: Puja Jaganibaf6116541- [bidi][java] Update Locator class to not use optional :: Puja Jaganicca70e3eb4- [JS] lint fixes :: Sri Harsha68ad9845aa- [grid] do not create unused HttpResponse instances :: Jörg Sautteraaa7e791a4- [bidi][java] Enable chrome tests (#13770) :: Puja Jaganib49ae752c9- [JS] Set browserName by default when browserOptions are used :: Sri Harsha111941bd3c- [JS] Implement fullPageScreenshot functionality for Firefox (#13301) :: Sri Harsha38829c7c63- [bidi][java] Enable grid BiDi chrome test (#13778) :: Puja Jagani12ed6cc2d9- [dotnet] use correct devtools session id after reinitialization (#13768) :: schrufygroovy44eba5952f- [js] Running format script :: Diego Molina8c8adec916- [grid] handle baseRoute like the hubRoute and the graphqlRoute (#13772) :: Jörg Sautter392ffbc08d- [JS] Remove duplicate license agreement from files :: Sri Harshab800dfcde2- [java] [bidi] Enable test that pass in chrome :: Puja Jagani
... (truncated)
Commits
- See full diff in compare view
Updates com.google.guava:guava from 33.1.0-jre to 33.2.0-jre
Release notes
Sourced from com.google.guava:guava's releases.
33.2.0
Android users: Please test recent Guava versions
If you know of Guava Android users who have not yet upgraded to at least release 33.0.0, please encourage them to upgrade, preferably to today's release, 33.2.0. These releases have begun adding Java 8+ APIs to
guava-android. While we don't anticipate problems, we do anticipate that any unexpected problems could force a disruptive rollback. To minimize any disruption, we'd like to catch any such problems early.Please let us know of any problems you encounter.
Maven
<dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.2.0-jre</version> <!-- or, for Android: --> <version>33.2.0-android</version> </dependency>Jar files
Guava requires one runtime dependency, which you can download here:
Javadoc
JDiff
Changelog
- Dropped testing for Android versions before Lollipop (API Level 21). Guava may stop working under older versions in the future, or it may have done so already.
- Fixed a GWT compilation breakage under Gradle. (858caf425c)
collect: Made ourCollectorAPIs (e.g.,ImmutableList.toImmutableList()) available inguava-android. More Java 8 APIs will follow in future releases. (96fca0b747)
- As always, streams are available to Android code only when that code enables library desugaring or targets a new enough API Level (24 (Nougat) for many stream APIs). (But note that we test only with library desugaring, so we don't currently know if API Level 24 is high enough to use our
CollectorAPIs unless you have also enabled library desugaring.) Guava users who avoid theCollectorAPIs do not need to meet this requirement.collect: Fixed a potentialNullPointerExceptioninImmutableMap.Builderon a rare code path. (70a98115d8)net: AddedHttpHeadersconstantsAd-Auction-Allowed,Permissions-Policy-Report-Only, andSec-GPC. (7dc01ed27b, 41d0d9a833, 38c8017bd44b7919b112f1c99f3d8ce4b058ae5d)
Commits
- See full diff in compare view
Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.17.0 to 2.17.1
Commits
d7b7bf1[maven-release-plugin] prepare release jackson-dataformats-text-2.17.18de9ac8Prepare for 2.17.1 release163849bFix #469: Add a way to distinguish between null and empty (#471)029030bFix one flag in #4729039e78Merge part of #471 ahead of it (to reduce diff) (#472)b41a64e...5e2fa72Back to snapshot dep0d7a4d6[maven-release-plugin] prepare for next development iteration- See full diff in compare view
Updates com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1
Commits
- See full diff in compare view
Updates com.puppycrawl.tools:checkstyle from 10.15.0 to 10.16.0
Release notes
Sourced from com.puppycrawl.tools:checkstyle's releases.
checkstyle-10.16.0
Checkstyle 10.16.0 - https://checkstyle.org/releasenotes.html#Release_10.16.0
New:
#14620 - LITERAL_CASE token support in RightCurlyCheck
Bug fixes:
#14765 - OverloadMethodDeclarationOrder check ignores anything besides methods #14788 - MagicNumberCheck NPE when ignoring field declarations #14092 - UnusedLocalVariable does not support local classes #12923 - UnusedImports does not report unused static imports when the method is used as a method reference
Commits
e8aa612[maven-release-plugin] prepare release checkstyle-10.16.087cf29cdoc: release notes for 10.16.04096711Issue #14765: fix OverloadMethodsDeclarationOrderCheck5b05fffIssue #14625: fixed inspections violations MismatchedJavadocCode48de202dependency: bump com.google.errorprone:error_prone_core508757dIssue #14625: move TailRecursion inspection problems to separate issue10908a4Issue #14625: fix inspection violations OptionalGetWithoutIsPresent508c361Issue #13213: Remove '//ok' comments from InputJavadocMethodExtraThrows40a1bbasupplemental: removed conditional that checks suppression list101e623Issue #14715: Enforced new naming convention in IT area 24- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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