BoykaFramework / boyka-framework

🎉 Ultimate test automation framework for automating any application on any platform
https://boykaframework.github.io/boyka-framework/
MIT License
123 stars 42 forks source link

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

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the dependencies group in /core-java with 6 updates:

Package From To
org.seleniumhq.selenium:selenium-java 4.21.0 4.22.0
com.networknt:json-schema-validator 1.4.0 1.4.2
org.apache.maven.plugins:maven-clean-plugin 3.3.2 3.4.0
org.apache.maven.plugins:maven-dependency-plugin 3.7.0 3.7.1
org.apache.maven.plugins:maven-jar-plugin 3.4.1 3.4.2
org.sonatype.central:central-publishing-maven-plugin 0.4.0 0.5.0

Updates org.seleniumhq.selenium:selenium-java from 4.21.0 to 4.22.0

Release notes

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

Selenium 4.22.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

New Contributors

... (truncated)

Commits
  • c5f3146 [build] Prepare for release of Selenium 4.22.0 (#14163)
  • 2a7ddf1 [java] use java.nio to check files #14088
  • 00c4f60 [build] create github workflow for updating documentation
  • 6704db0 [java] minor performance improvements and code cleanup (#14054)
  • aca918b EdgeOptions.useWebView to return "this" (#14157)
  • 0814580 [build] create a stage release workflow for after the pre-release PR (#14122)
  • 8b56711 [py] remove desired capabilities argument for Webkitgtk (#14128)
  • 078ff3b [js] Fix locate nodes BiDi test (#14140)
  • f8db820 [rb] remove guards from test for fixed edge bug
  • 8960ff0 [bidi][js] Add high-level logging API (#14135)
  • Additional commits viewable in compare view


Updates com.networknt:json-schema-validator from 1.4.0 to 1.4.2

Release notes

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

1.4.2 - 2024-06-21

Added

Changed

  • Resolve Javadoc warning messages #1073
  • Fix iri, iri-reference, uri and uri-reference (#1071) Thanks @​justin-tay
  • fixes #1072 Downgrade maven-source-plugin to 3.2.1

1.4.1 - 2024-06-20

Added

Changed

... (truncated)

Changelog

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

1.4.2 - 2024-06-21

Added

Changed

  • Resolve javadoc warning messages #1073
  • Fix iri, iri-reference, uri and uri-reference (#1071) Thanks @​justin-tay
  • fixes #1072 Downgrade maven-source-plugin to 3.2.1

1.4.1 - 2024-06-20

Added

Changed

... (truncated)

Commits
  • 7c518f6 upgrade to 1.4.2 and update changelog
  • d07f80f Merge branch 'master' of github.com:networknt/json-schema-validator
  • b97ab80 fixes #1073 Resolve javadoc warning messages
  • b93a66e Fix iri, iri-reference, uri and uri-reference (#1071)
  • 622475b fixes #1072 Downgrade maven-source-plugin to 3.2.1
  • 9e92ac4 upgrade to 1.4.1 and update changelog
  • 4f3345b Add builder for SchemaValidatorsConfig (#1068)
  • 1838371 Improve documentation on regular expressions (#1066)
  • 45c0b8f Adds JsonNodeReader (#1065)
  • 6621810 Bump jackson-databind from 2.17.0 to 2.17.1 (#1064)
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0

Release notes

Sourced from org.apache.maven.plugins:maven-clean-plugin's releases.

3.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.0

Commits
  • 5774dbc [maven-release-plugin] prepare release maven-clean-plugin-3.4.0
  • 0da13b2 [MCLEAN-122] Cleanup declared dependencies, simplify unit test
  • 567be96 [MCLEAN-121] Bump com.google.inject:guice from 4.2.0 to 4.2.3 (#41)
  • ae4efa0 [MCLEAN-120] Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.3.0 (#40)
  • a09a379 Build with Maven 4
  • f0aedd5 [MCLEAN-119] Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (#44)
  • d3b2800 [MCLEAN-106] Switch to junit 5 (#27)
  • 7c1593f [MCLEAN-118] Require Maven 3.6.3
  • 1e87ea3 Fixed CleanMojoTest.java
  • c21ec13 Loggerinterface Basic
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-dependency-plugin from 3.7.0 to 3.7.1

Release notes

Sourced from org.apache.maven.plugins:maven-dependency-plugin's releases.

3.7.1

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • e8c1a62 [maven-release-plugin] prepare release maven-dependency-plugin-3.7.1
  • d656b03 [MDEP-945] Fix documentation about get goal
  • 82a9d60 [MDEP-940] Use Resolver API instead of m-a-t for resolving artifacts
  • 8e1f1b5 [MDEP-943] Fix appendOutput option
  • e06630c Bump org.apache.maven.shared:maven-common-artifact-filters
  • a11d253 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2

Release notes

Sourced from org.apache.maven.plugins:maven-jar-plugin's releases.

3.4.2

🐛 Bug Fixes

👻 Maintenance

Commits
  • 95007e8 [maven-release-plugin] prepare release maven-jar-plugin-3.4.2
  • 99584ce Build with Maven 4
  • e9c98a4 [MJAR-310] fixed toolchain version detection when toolchain paths contain whi...
  • a5554bb [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates org.sonatype.central:central-publishing-maven-plugin from 0.4.0 to 0.5.0

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
WasiqB commented 1 month ago

:rocket: This pull request is included in v2.0.0. See Release 2.0.0 for release notes.