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 8 updates #387

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Package From To
org.apache.maven.plugins:maven-surefire-plugin 3.1.2 3.2.1
commons-io:commons-io 2.14.0 2.15.0
io.github.bonigarcia:webdrivermanager 5.5.3 5.6.0
com.fasterxml.jackson.core:jackson-databind 2.15.2 2.15.3
com.github.eirslett:frontend-maven-plugin 1.14.0 1.14.2
com.microsoft.playwright:playwright 1.38.0 1.39.0
com.fasterxml.jackson.core:jackson-annotations 2.15.2 2.15.3
org.jacoco:jacoco-maven-plugin 0.8.10 0.8.11

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

Release notes

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

3.2.1

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

Commits
  • df9f657 [maven-release-plugin] prepare release surefire-3.2.1
  • 0910b75 Fix formatting
  • 97c84a1 [maven-release-plugin] prepare for next development iteration
  • ad0639f [maven-release-plugin] prepare release surefire-3.2.0
  • edfb965 [SUREFIRE-2196] maven-surefire-report-plugin:failsafe-report-only failed: Unm...
  • 0a5dba8 [SUREFIRE-2188] Upgrade to Parent 40
  • 5a09438 [SUREFIRE-2202] NullPointerException if super class meets specific condition
  • 176937d Simplify temp dir creation
  • 9b79bda [SUREFIRE-1124] Support forkNumber in environment variables
  • 2966964 Fix TestNG web site URL
  • Additional commits viewable in compare view


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

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

Changelog

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

[5.6.0] - 2023-10-27

Added

  • Enable CDP support in browsers in Docker using host as Docker network

Fixed

  • Use same number of exposed ports when using host as Docker network
  • Unable to use chromeDownloadUrlPattern (#1141)

Changed

  • Avoid fallback to old chromedriver repo if CfT fails (#1137)
Commits
  • a18c50e [maven-release-plugin] prepare release webdrivermanager-5.6.0
  • 8c2042b Update doc for version 5.6.0
  • 7ebeedd Minor smell fix related to static final
  • 7b01ab8 Disable Docker CDP test in CI
  • 86e58bb Use default gateway
  • 8a5b728 Use gateway address when docker network is host
  • 12e6af9 Disable Docker tests in CI - Windows
  • c42a02e Enable Docker tests in CI
  • 1b87389 Remove temporal print stack trace
  • 5c9e3e5 Revert fuser command and include temporal print stack trace
  • Additional commits viewable in compare view


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

Commits


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

Changelog

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

1.14.2

  • Prevent corrupt downloaded files by waiting for the download to complete before writing the file to disk.

1.14.1

  • Expose pnpm executable on Windows (#1116)
Commits
  • 072ce91 [maven-release-plugin] prepare release frontend-plugins-1.14.2
  • 1757b9b changelog for 1.4.2
  • e2d0445 Merge pull request #1118 from eirslett/feature/download-file-fully-before-write
  • 5d2d990 Download files fully before write to disk
  • 49e11d1 Update CHANGELOG.md
  • 6df901b [maven-release-plugin] prepare for next development iteration
  • 3472779 [maven-release-plugin] prepare release frontend-plugins-1.14.1
  • 284c4f8 Merge pull request #1117 from jonkoops/update-changelog
  • d65bb42 Add release notes going back to 1.13.1
  • 436bd91 Merge pull request #1116 from jonkoops/fix-pnpm-bin
  • Additional commits viewable in compare view


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

Release notes

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

v1.39.0

Evergreen browsers update.

Browser Versions

  • Chromium 119.0.6045.9
  • Mozilla Firefox 118.0.1
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 118
  • Microsoft Edge 118
Commits


Updates com.fasterxml.jackson.core:jackson-annotations from 2.15.2 to 2.15.3

Commits


Updates org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11

Release notes

Sourced from org.jacoco:jacoco-maven-plugin's releases.

0.8.11

New Features

  • JaCoCo now officially supports Java 21 (GitHub #1520).
  • Experimental support for Java 22 class files (GitHub #1479).
  • Part of bytecode generated by the Java compilers for exhaustive switch expressions is filtered out during generation of report (GitHub #1472).
  • Part of bytecode generated by the Java compilers for record patterns is filtered out during generation of report (GitHub #1473).

Fixed bugs

  • Instrumentation should not cause VerifyError when the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub #893).
  • Restore exec file compatibility with versions from 0.7.5 to 0.8.8 in case of class files with zero line numbers (GitHub #1492).

Non-functional Changes

  • jacoco-maven-plugin now requires at least Java 8 (GitHub #1466, #1468).
  • JaCoCo build now requires at least Maven 3.5.4 (GitHub #1467).
  • Maven 3.9.2 should not produce warnings for jacoco-maven-plugin (GitHub #1468).
  • JaCoCo build now requires JDK 17 (GitHub #1482).
  • JaCoCo now depends on ASM 9.6 (GitHub #1518).
Commits
  • f33756c Prepare release 0.8.11
  • 0670530 Upgrade animal-sniffer-maven-plugin to 1.23
  • 206e5be Restore exec file compatibility after upgrade of ASM to version 9.5 (#1492)
  • 36fc079 Update documentation: JDK version 21 is officially supported (#1520)
  • 7162917 Add validation tests for boolean expressions (#1505)
  • 4bc9267 Fix link to Bytecode Outline Plug-In (#1519)
  • ded62fc Upgrade ASM to 9.6 (#1518)
  • 6798260 Fix links to ASM website (#1515)
  • 4ba332f Fix misleading outdated javadoc (#1513)
  • 7ca0f0f Opcodes.RET should be processed by visitVarInsn instead of visitInsn (#...
  • 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 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