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 #707

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2023

Bumps the dependencies group in /core-java with 3 updates: org.seleniumhq.selenium:selenium-java, com.networknt:json-schema-validator and com.puppycrawl.tools:checkstyle.

Updates org.seleniumhq.selenium:selenium-java from 4.15.0 to 4.16.1

Release notes

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

Selenium 4.16

Changelog

For each component's detailed changelog, please check:

Commits in this release

  • 1bef9d0e64 - update versions for 4.16 nightly releases :: titusfortner
  • 478b430596 - [java] remove unnecessary static import :: titusfortner
  • 33a14a9187 - Update mirror info (Thu Nov 2 00:16:44 UTC 2023) :: Selenium CI Bot
  • 86df0ad64b - Update mirror info (Thu Nov 2 12:06:36 UTC 2023) :: Selenium CI Bot
  • 770796ca19 - [rb] specify in tests to use stable browser version :: titusfortner
  • 65120712f8 - [rb] do not run bidi tests in parallel :: titusfortner
  • e7d4e26c57 - [py] fix inadvertent code change in mutation_event :: titusfortner
  • 186b03aa26 - [py] fix bug in using SE_MANAGER_PATH :: titusfortner
  • 385f96fe7e - [py] update change log and versions for 4.15.1 :: titusfortner
  • 1c9e702b86 - [py] fix incorrect version changes :: titusfortner
  • 82ac41d8b1 - [java] update name of variable to match current functionality :: titusfortner
  • c020b03b58 - [grid] allow stereotype to always allow browser version of "stable" :: titusfortner
  • 11821893f0 - [bidi][java] Listen to channel message :: Puja Jagani
  • c84ec6fa38 - [rust] Simplify syntax for raw strings :: Boni Garcia
  • 8dfaae7518 - [java] Deleted a line by mistake :: Puja Jagani
  • 343c75e3b2 - [rust] Bump Selenium Manager to version 0.4.16 :: Boni Garcia
  • cd31e778d6 - [rust] Include webview2 in the browser name cli help :: Boni Garcia
  • bb4b80dc17 - [rust] Include esr label in browser version for cli help :: Boni Garcia
  • ea51452ed3 - [bidi][java] Add realm related events :: Puja Jagani
  • 7680b7cf25 - Update mirror info (Fri Nov 3 12:06:42 UTC 2023) :: Selenium CI Bot
  • 18cd122cc1 - [py] fix bug where downloaded file was not getting unzipped :: titusfortner
  • 7247f84882 - [py] update change log and versions for 4.15.2 :: titusfortner
  • 9e2da6eb0a - [java] move the module-info.class to the correct place :: Jörg Sautter
  • 6f7c5acc9f - [py] fix linter :: titusfortner
  • 2621f825cb - [py] add more logging to driver startup :: titusfortner
  • aaec17ea7e - add rust files to update version script :: titusfortner
  • 945e4f4a67 - Allow external uri to be configurable for components that support server functionality - #12491 (#12508) :: Tamas Utasi
  • 76ace926a1 - Fix logging levels in http.js and webdriver.js (#13098) :: Marvin A. Ruder
  • 194b06097a - [rb] fix http proxy configuration for chrome (#13093) :: Joaquín Romero
  • afa349ad96 - [rb] mark minimizing test as flaky :: titusfortner
  • e4d31f2dba - [java] close the streams after I/O failure #13096 :: Jörg Sautter
  • 0c86525184 - [java] keep the streams alive :: Jörg Sautter
  • 2448031295 - Roll browsers :: Simon Mavi Stewart
  • 16c335f72d - Update rules_dotnet (#13117) :: Daniel P. Purkhús

... (truncated)

Commits

Updates com.networknt:json-schema-validator from 1.0.87 to 1.0.88

Release notes

Sourced from com.networknt:json-schema-validator's releases.

1.0.88 - 2023-12-08

Added

Changed

Changelog

Sourced from com.networknt:json-schema-validator's changelog.

1.0.88 - 2023-12-08

Added

Changed

Commits
  • b138dc6 665: Can't load JSON schemas with URN value in id field (#906)
  • 97b4cba upgrade logback to 1.4.14
  • b33561f Refactor to remove ThreadLocal usage (#896)
  • 2971b79 upgrade slf4j to 2.0.9
  • 2f611ed compile configuration is depricated (#900)
  • 84f613e Escape single quotes in validation messages (#898) (#899)
  • 0924dfe Fix JDK regex support (#888)
  • 9ed6dc2 fix: make JsonSchemaFactory more thread-safe #891 (#892)
  • 92141e3 Adapt collector context documentation (#876)
  • 20a179f Added test cases for not allowed validator, Handled invalid keyword test case...
  • Additional commits viewable in compare view

Updates com.puppycrawl.tools:checkstyle from 10.12.5 to 10.12.6

Release notes

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

checkstyle-10.12.6

Checkstyle 10.12.6 - https://checkstyle.org/releasenotes.html#Release_10.12.6

Bug fixes:

#14064 - Regexp: violation pointing to line 0 while other Checks count first line as 1

Commits
  • 1c96955 [maven-release-plugin] prepare release checkstyle-10.12.6
  • 8e9dae4 doc: release notes for 10.12.6
  • fc93aef dependency: bump org.eclipse.jdt:org.eclipse.jdt.annotation
  • d9637c3 dependency: bump com.google.truth:truth from 1.1.3 to 1.1.5
  • 38c26b4 dependency: bump de.thetaphi:forbiddenapis from 3.4 to 3.6
  • 4907099 dependency: bump org.junit-pioneer:junit-pioneer from 2.0.1 to 2.2.0
  • 7e0c0e7 dependency: bump org.eclipse.jgit:org.eclipse.jgit
  • 858fec8 infra: update eclipse version as old version is not available any more
  • fce9b02 dependency: bump checkerframework.version from 3.27.0 to 3.41.0
  • c21ab8f minor: attempt to fix CI failure due to presense/absense of some html tags
  • 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), [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle).


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

Updates `com.networknt:json-schema-validator` from 1.0.87 to 1.0.88
- [Release notes](https://github.com/networknt/json-schema-validator/releases)
- [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md)
- [Commits](networknt/json-schema-validator@1.0.87...1.0.88)

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

---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:selenium-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.networknt:json-schema-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 December 10, 2023 23:09
@dependabot dependabot bot requested a review from WasiqB December 10, 2023 23:09
@dependabot dependabot bot added 🏠 pr: internal PR which adds internal framework changes java Pull requests that update Java code labels Dec 10, 2023
@ghost
Copy link

ghost commented Dec 10, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@WasiqB WasiqB merged commit 59d5fc0 into main Dec 11, 2023
20 checks passed
@dependabot dependabot bot deleted the dependabot/maven/core-java/main/dependencies-2bb937948f branch December 11, 2023 06:26
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.

None yet

1 participant