dequelabs / axe-core-maven-html

Tools for using axe for web accessibility testing with JUnit, Selenium, and Playwright
Mozilla Public License 2.0
81 stars 102 forks source link

chore: bump the maven-low-risk group with 11 updates #410

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps the maven-low-risk group with 11 updates:

Package From To
org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 3.6.2
org.apache.maven.plugins:maven-surefire-plugin 3.2.1 3.2.2
commons-io:commons-io 2.15.0 2.15.1
io.github.bonigarcia:webdrivermanager 5.6.0 5.6.2
org.apache.commons:commons-lang3 3.13.0 3.14.0
com.fasterxml.jackson.core:jackson-databind 2.15.3 2.16.0
org.junit.vintage:junit-vintage-engine 5.10.0 5.10.1
com.github.eirslett:frontend-maven-plugin 1.14.2 1.15.0
com.microsoft.playwright:playwright 1.39.0 1.40.0
org.apache.commons:commons-compress 1.24.0 1.25.0
com.fasterxml.jackson.core:jackson-annotations 2.15.3 2.16.0

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2

Release notes

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

3.6.2

🐛 Bug Fixes

📦 Dependency updates

Commits
  • 28a89f1 [maven-release-plugin] prepare release maven-javadoc-plugin-3.6.2
  • 16ca43f [maven-release-plugin] prepare for next development iteration
  • 88bc4a5 Align IT after MJAVADOC-716
  • 4b881e8 Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0
  • 45a8d29 [MJAVADOC-716] Fix stale files detection failing because of the added newline...
  • afb2dee [MJAVADOC-713] Skipping Javadoc reportset leaves empty Javadoc link in site
  • 4bad23f [MJAVADOC-730] Deprecate parameter "old"
  • 8364883 [MJAVADOC-777] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#245)
  • 6fa9c86 [MJAVADOC-762] don't share state between tests (#218)
  • 05b12e8 [MJAVADOC-726] exclude velocity (#243)
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2

Release notes

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

3.2.2

🐛 Bug Fixes

📦 Dependency updates

🔧 Build

Commits
  • 2d76753 [maven-release-plugin] prepare release surefire-3.2.2
  • dd640bf [SUREFIRE-2208] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#682)
  • dd2fcfd [SUREFIRE-2205] Use maven-plugin-report-plugin only in plugins modules
  • 03c71d1 [SUREFIRE-2206] Downgrade plexus-xml to 3.0.0
  • c3c3c84 Use Maven 3.x.x and 3.6.3 on Jenkins
  • a540ef4 [SUREFIRE-2205] Mojo documentation links are broken
  • 3a58f29 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates commons-io:commons-io from 2.15.0 to 2.15.1

Updates io.github.bonigarcia:webdrivermanager from 5.6.0 to 5.6.2

Changelog

Sourced from io.github.bonigarcia:webdrivermanager's changelog.

[5.6.2] - 2023-11-07

Fixed

  • Fix logic to find driver version from CfT URL (#1160)

[5.6.1] - 2023-11-02

Fixed

  • Leveraging buildUrl method with avoidExternalConnections to replace place holders in the provided URL (#1158)
  • Filter by architecture also in Edge ARM64 (#1155)
Commits
  • 225a80a [maven-release-plugin] prepare release webdrivermanager-5.6.2
  • f3451eb Update doc for version 5.6.2
  • 54202e4 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 (#1164)
  • 2cc8213 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (#1163)
  • ff1401b Refactor logic for getting version from URLs
  • 6299f0b Fix logic to find driver version from CfT URL (should prevent #1160)
  • 2901534 Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 (#1162)
  • aa87e41 Update mirror info (Fri Nov 3 12:02:21 UTC 2023)
  • ae7d1a4 [maven-release-plugin] prepare for next development iteration
  • 160ecb8 [maven-release-plugin] prepare release webdrivermanager-5.6.1
  • Additional commits viewable in compare view


Updates org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0

Updates com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.0

Commits


Updates org.junit.vintage:junit-vintage-engine from 5.10.0 to 5.10.1

Release notes

Sourced from org.junit.vintage:junit-vintage-engine's releases.

JUnit 5.10.1 = Platform 1.10.1 + Jupiter 5.10.1 + Vintage 5.10.1

See Release Notes.

Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1

Commits
  • e5f50d8 Release 5.10.1
  • ac86d18 Fix typo in AfterAll documentation
  • 388c5be Harmonize application of method and field filters in search algorithms
  • f82dd1e Apply field predicate before searching type hierarchy
  • 1d1eb85 Polishing
  • 5ce280e Update picocli to 4.7.5 and enable help width computation
  • fea05c3 Fix ConsoleLauncherTests and StandaloneTests
  • c556735 Use same expected files for all JDK versions
  • 808493a Run StandaloneTests for Java 8 under Java 8
  • 9ec5766 Unify messages about exit codes in StandaloneTests
  • Additional commits viewable in compare view


Updates com.github.eirslett:frontend-maven-plugin from 1.14.2 to 1.15.0

Changelog

Sourced from com.github.eirslett:frontend-maven-plugin's changelog.

1.15.0

  • Bun support
  • Prevent Bad zip entry exceptions when installing Node to a relative directory (#1124)
Commits
  • e888c9e [maven-release-plugin] prepare release frontend-plugins-1.15.0
  • ad6710f Basic bun integration (#1108)
  • fc8b9a1 Normalize the destination directory when extracting zip files (#1125)
  • 4045aaf [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates com.microsoft.playwright:playwright from 1.39.0 to 1.40.0

Release notes

Sourced from com.microsoft.playwright:playwright's releases.

v1.40.0

Test Generator Update

Playwright Test Generator

New tools to generate assertions:

Here is an example of a generated test with assertions:

page.navigate("https://playwright.dev/");
page.getByRole(AriaRole.LINK, new Page.GetByRoleOptions().setName("Get started")).click();
assertThat(page.getByLabel("Breadcrumbs").getByRole(AriaRole.LIST)).containsText("Installation");
assertThat(page.getByLabel("Search")).isVisible();
page.getByLabel("Search").click();
page.getByPlaceholder("Search docs").fill("locator");
assertThat(page.getByPlaceholder("Search docs")).hasValue("locator");

New APIs

Other Changes

Browser Versions

  • Chromium 120.0.6099.28
  • Mozilla Firefox 119.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 119
  • Microsoft Edge 119
Commits


Updates org.apache.commons:commons-compress from 1.24.0 to 1.25.0

Updates com.fasterxml.jackson.core:jackson-annotations from 2.15.3 to 2.16.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