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 16 updates #376

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Package From To
org.apache.maven.plugins:maven-javadoc-plugin 3.4.1 3.6.0
org.apache.maven.plugins:maven-compiler-plugin 3.10.1 3.11.0
org.apache.maven.plugins:maven-surefire-plugin 3.0.0-M7 3.1.2
org.apache.maven.plugins:maven-gpg-plugin 3.0.1 3.1.0
commons-io:commons-io 2.11.0 2.14.0
org.seleniumhq.selenium:selenium-java 4.10.0 4.14.0
io.github.bonigarcia:webdrivermanager 5.3.1 5.5.3
org.apache.commons:commons-lang3 3.12.0 3.13.0
com.fasterxml.jackson.core:jackson-databind 2.14.1 2.15.2
org.junit.vintage:junit-vintage-engine 5.9.1 5.10.0
com.github.eirslett:frontend-maven-plugin 1.12.1 1.14.0
org.apache.maven.plugins:maven-source-plugin 3.2.1 3.3.0
com.microsoft.playwright:playwright 1.28.1 1.38.0
commons-codec:commons-codec 1.15 1.16.0
org.apache.commons:commons-compress 1.22 1.24.0
com.fasterxml.jackson.core:jackson-annotations 2.14.1 2.15.2

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

Release notes

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

3.6.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

... (truncated)

Commits
  • 7548066 [maven-release-plugin] prepare release maven-javadoc-plugin-3.6.0
  • 77adc47 [MJAVADOC-642] Make offline mode configurable (#238)
  • 24362d2 [MJAVADOC-742] Fix resolution of docletArtifacts (#186)
  • bee4197 fix jenkins link (#237)
  • 9830bdc Fix build on jenkins
  • 6f30bed [MJAVADOC-642] Make offline mode configurable (#232)
  • e4023d0 [JAVADOC-771] Upgrade Parent to 40 (#234)
  • 7904e45 [MJAVADOC-772] Refresh download page
  • 87c2424 Bump org.apache.maven:maven-core (#226)
  • 83ab01b Use 3.6.0 as release version (#233)
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-compiler-plugin from 3.10.1 to 3.11.0

Release notes

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

3.11.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

... (truncated)

Commits
  • eeda628 [maven-release-plugin] prepare release maven-compiler-plugin-3.11.0
  • 82b799f [MCOMPILER-527] Upgrade plexus-java to 1.1.2 (#177)
  • f9c2350 [MCOMPILER-526] Fix IT (#178)
  • 4022bd0 [MCOMPILER-494] - Add a useModulePath switch to the testCompile mojo (#119)
  • f4a8a54 [MCOMPILER-525] Incorrect detection of dependency change (#172)
  • 86b9f59 [MCOMPILER-395] Allow dependency exclusions for 'annotationProcessorPaths' (#...
  • e304ceb [MCOMPILER-526] Ignore reformat commit for git blame
  • f7a4613 [MCOMPILER-526] Reformat
  • cc78aee [MCOMPILER-526] Upgrade to parent 39
  • 3dca82f [MCOMPILER-526] Add packages to please the formatter
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-surefire-plugin from 3.0.0-M7 to 3.1.2

Release notes

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

3.1.2

Release Notes - Maven Surefire - Version 3.1.2

📦 Dependency updates

👻 Maintenance

3.1.0

Release Notes - Maven Surefire - Version 3.1.0 Sub-task

Bug

Improvement

  • [SUREFIRE-2153] - Replace SurefireReportGenerator with a new SurefireReportRenderer
  • [SUREFIRE-2160] - Replace LocalizedProperties with (Custom)I18N approach from MPIR

Task

... (truncated)

Commits
  • 5e097b5 [maven-release-plugin] prepare release surefire-3.1.2
  • 255bb51 Update commons compress to 1.23.0
  • a77dfb2 Drop unused commons-lang 2.6 from management (#661)
  • 95e8e95 [SUREFIRE-2157] Upgrade junit-jupiter to 5.9.3/junit-platform to 1.9.2
  • 9092b5e [SUREFIRE-2157] Upgrade surefire IT to 3.1.0
  • 1af92f5 Remove old junittoolbox dependency no longer used (#658)
  • 8878ed5 update test libraries (#657)
  • a6613a8 Remove redundant space
  • e0e89e4 update commons-io to 2.12.0
  • d8ac134 [MNGSITE-393] remove descriptions of Maven 2.x and very old versions
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.1.0

Commits
  • 699e2ad [maven-release-plugin] prepare release maven-gpg-plugin-3.1.0
  • f314f8e [MGPG-97] use gpgverify plugin to check dependencies signatures
  • bad6b57 [MGPG-96] add INFO message
  • 0498a82 [MGPG-95] don't GPG-sign .sigstore signatures
  • 09b5be9 Auto-link MGPG Jira
  • 1e0472f extract FilesCollector
  • af9ccfd [MGPG-94] Ignore reformatting
  • 5e51734 [MGPG-94] Integration tests - convert and reformat bsh to groovy
  • 955ea0e [MGPG-94] Reformat code
  • e160f43 [MGPG-94] Bump maven-plugins from 36 to 39
  • Additional commits viewable in compare view


Updates commons-io:commons-io from 2.11.0 to 2.14.0

Updates org.seleniumhq.selenium:selenium-java from 4.10.0 to 4.14.0

Release notes

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

Selenium 4.14

Changelog

For each component's detailed changelog, please check:

Commits in this release

  • b6700329db - update selenium manager files :: titusfortner
  • a0e04e15f1 - update changelogs for 4.14 :: titusfortner
  • 49a59a09d0 - update pinned edge drivers to a version that works :: titusfortner
  • 5e6428610e - [rust] Include webview2 in Edge module (#12904) :: Boni García
  • 2a54d3cb63 - [java] ignore test that breaks in 119 :: titusfortner
  • 8401a7e5f1 - [cdp] add Chrome 118 and remove 115 :: titusfortner
  • c595b7a688 - [cdp][dotnet] add Chrome 118 and remove 115 :: titusfortner
  • c04855fd43 - [cdp][java] add Chrome 118 and remove 115 :: titusfortner
  • d7d1b4efcd - [cdp] fix script tags :: titusfortner
  • 17835d2ad3 - [cdp] add Chrome 118 files and remove Chrome 115 :: titusfortner
  • d8b0ae16fb - update pinned browsers to use Early Stable Chrome 118 :: titusfortner
  • 7408a5a41d - [bazel] Bump contrib_rules_jvm to 0.19.0 :: Simon Mavi Stewart
  • e7babc9b41 - [dotnet] Make sure we can repin deps :: Simon Mavi Stewart
  • c8d121e712 - [rust] Capture Rust backtrace in case of error (displayed at DEBUG level) (#12852) :: Boni García
  • bceee4e330 - Refactor frame method to use isEmpty for list check and String check. (#12894) :: Manuel Blanco
  • c64e41edd2 - [dotnet] Remove tools folder not related to selenium (#12899) :: Nikolay Borisenko
  • 42796da27c - [java] do not need to check for non-w3c capability javascriptEnabled :: titusfortner
  • 023a0d52f1 - [IEDriver] Fix potential null pointer access in CookieManager :: Jim Evans
  • 0f8e018ad7 - [rust] Automated Edge management (#11681 and #11683) (#12835) :: Boni García
  • 73cfa2284e - [rust] Support for Chromium (#12511) (#12890) :: Boni García
  • ecfa9c4053 - [java] Use new 'getArray' method to extract driver configurations (#12716) :: Scott Babcock
  • 5cfaef5634 - Revert "[rb] make it easier in ruby remote tests to specify a grid jar" :: titusfortner
  • aa7e2f943a - [java] do not run grid stress tests with selenium manager on remote build :: titusfortner
  • 04f5c9f9f2 - [JS] Update npm libs to latest :: harsha509
  • c04e4331dc - [dotnet] Format dotnet code according to default config (#12879) :: Nikolay Borisenko
  • 97f4e236de - [dotnet] Mark cdp source as auto-generated to be more friendly with tooling :: Nikolay Borisenko
  • fd0f045b15 - [java] reduce log noise at FINE level (#12866) :: Titus Fortner
  • 9b35af2814 - Require Java 11 (#12843) :: Titus Fortner
  • cb5d98bbd7 - [ci] update what ruby tests get run :: titusfortner
  • a67b81df21 - [java] Ensure retry mechanism does not swallow an exception (#12838) :: Puja Jagani
  • 915b5b9323 - [java] remove IE 9 check in test :: titusfortner
  • 5ce5acc0f5 - [java] improve warning when CDP version not found (#12880) :: Titus Fortner
  • cdd71e6633 - [py] add synchronization to flaky test :: titusfortner
  • b9bdff12b3 - [java] Allowing setting SSL context in client config for HttpClient (#12874) :: Puja Jagani
  • 33c4122583 - [java] ensure proper error message gets logged (#12853) :: Titus Fortner

... (truncated)

Commits
  • e5a9634 update all versions to 4.14
  • b670032 update selenium manager files
  • a0e04e1 update changelogs for 4.14
  • 49a59a0 update pinned edge drivers to a version that works
  • 5e64286 [rust] Include webview2 in Edge module (#12904)
  • 2a54d3c [java] ignore test that breaks in 119
  • 8401a7e [cdp] add Chrome 118 and remove 115
  • c595b7a [cdp][dotnet] add Chrome 118 and remove 115
  • c04855f [cdp][java] add Chrome 118 and remove 115
  • d7d1b4e [cdp] fix script tags
  • Additional commits viewable in compare view


Updates io.github.bonigarcia:webdrivermanager from 5.3.1 to 5.5.3

Changelog

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

[5.5.3] - 2023-09-01

Fixed

  • Fix meta-inf path to find wdm version in jar distribution

Changed

  • Get driver URL list from CfT endpoints for chromedriver 115+

[5.5.2] - 2023-08-25

Fixed

  • Bug-fix reading wdm version

[5.5.1] - 2023-08-25

Added

  • Use default CfT URL when some problem requesting the CfT endpoints happens

[5.5.0] - 2023-08-22

Changed

  • Downgrade to Java 8

[5.4.1] - 2023-07-19

Fixed

  • Use last good versions CfT endpoint only when driver version is unknown (#1076)

[5.4.0] - 2023-06-21

Changed

Added

Removed

  • Remove all deprecated methods in WebDriverManager API

[5.3.3] - 2023-05-11

Added

  • Include extra condition to find driver in the extracted files (#983)

... (truncated)

Commits
  • fac0a00 [maven-release-plugin] prepare release webdrivermanager-5.5.3
  • f572850 Update doc for version 5.5.3
  • ad1d832 Typo-fix in issue template
  • 60ce5ba Simplify issue template
  • 67b22b6 Update issue template
  • ef27406 Use existing loadXML method in wdm version detector logic
  • e4220e6 Update mirror info (Fri Sep 1 12:13:50 UTC 2023)
  • 890af38 Update mirror info (Fri Sep 1 00:37:45 UTC 2023)
  • 0a55e1a Fix/disable failing tests
  • 60a5b68 Bump to Selenium 4.12.0
  • Additional commits viewable in compare view


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

Updates com.fasterxml.jackson.core:jackson-databind from 2.14.1 to 2.15.2

Commits


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

Release notes

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

JUnit 5.10.0 = Platform 1.10.0 + Jupiter 5.10.0 + Vintage 5.10.0

See Release Notes.

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

JUnit 5.10.0-RC2 = Platform 1.10.0-RC2+ Jupiter 5.10.0-RC2 + Vintage 5.10.0-RC2

See Release Notes.

JUnit 5.10.0-RC1 = Platform 1.10.0-RC1 + Jupiter 5.10.0-RC1 + Vintage 5.10.0-RC1

See Release Notes.

JUnit 5.10.0-M1 = Platform 1.10.0-M1 + Jupiter 5.10.0-M1 + Vintage 5.10.0-M1

See Release Notes.

JUnit 5.9.3 = Platform 1.9.3 + Jupiter 5.9.3 + Vintage 5.9.3

See Release Notes.

JUnit 5.9.2 = Platform 1.9.2 + Jupiter 5.9.2 + Vintage 5.9.2

See Release Notes.

Commits
  • 7f619ca Release 5.10
  • 9899de4 Update Gradle Enterprise plugin to 3.14
  • 45b970f Replace soon-to-be-deprecated usages of project.buildDir
  • 463ae36 Prune Release Notes for 5.10 GA
  • 893c64b Back to snapshots for further development
  • e6ff0c5 Release 5.10.0-RC2
  • b08a76b Add 5.10.0-RC2 release notes
  • 2c278c7 Revert "Prune Release Notes for 5.10 GA"
  • acb6e65 Provide access to source element annotations for TempDirFactory
  • 73818a1 Bump org.gradle.toolchains:foojay-resolver from 0.5.0 to 0.6.0
  • Additional commits viewable in compare view


Updates com.github.eirslett:frontend-maven-plugin from 1.12.1 to 1.14.0

Changelog

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

frontend-maven-plugin

Last public release: Maven Central

Changelog

Commits


Updates org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0

Commits
  • 02a9847 [maven-release-plugin] prepare release maven-source-plugin-3.3.0
  • f186993 [MSOURCES-135] Cleanup project code
  • 021af55 [MSOURCES-134] Refresh download page
  • b11a457 Use shared GitHub actions v3
  • 7caf2b0 [MSOURCES-133] Upgrade Parent to 39 - ignore git blame
  • dee4c10 [MSOURCES-133] Upgrade Parent to 39
  • 452111f Add dependabot configuration
  • e691ac3 s/MSOURCE/MSOURCES/
  • 1ddffd8 Auto-link MSOURCE Jira
  • 37ffefe Add pull request template
  • Additional commits viewable in compare view


Updates com.microsoft.playwright:playwright from 1.28.1 to 1.38.0

Release notes

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

v1.38.0

Trace Viewer Updates

Playwright Trace Viewer

  1. Zoom into time range.
  2. Network panel redesign.

New APIs

Browser Versions

  • Chromium 117.0.5938.62
  • Mozilla Firefox 117.0
  • WebKit 17.0

This version was also tested against the following stable channels:

  • Google Chrome 116
  • Microsoft Edge 116

v1.37.0

New APIs

  • New methods BrowserContext.newCDPSession() and Browser.newBrowserCDPSession() create a Chrome DevTools Protocol session for the page and browser respectively.

    CDPSession cdpSession = page.context().newCDPSession(page);
    cdpSession.send("Runtime.enable");
    

    JsonObject params = new JsonObject(); params.addProperty("expression", "window.foo = 'bar'"); cdpSession.send("Runtime.evaluate", params);

    Object foo = page.evaluate("window['foo']"); assertEquals("bar", foo);

... (truncated)

Commits
Zidious commented 1 year ago

Closing this as it includes a Selenium update that contains a breaking change (requires Java 11).

dependabot[bot] commented 1 year ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.