From 5de98f91709e27c39af9d6ac5f35625787a49e12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:16:00 +0000 Subject: [PATCH] Bump com.deque.html.axe-core:selenium from 4.8.0 to 4.8.1 Bumps [com.deque.html.axe-core:selenium](https://github.com/dequelabs/axe-core-maven-html) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/dequelabs/axe-core-maven-html/releases) - [Changelog](https://github.com/dequelabs/axe-core-maven-html/blob/develop/CHANGELOG.md) - [Commits](https://github.com/dequelabs/axe-core-maven-html/compare/v4.8.0...v4.8.1) --- updated-dependencies: - dependency-name: com.deque.html.axe-core:selenium dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5f8c441b..416c69ba 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ dependencies { testImplementation 'io.percy:percy-java-selenium:2.0.2' testImplementation 'org.awaitility:awaitility' testImplementation 'io.github.bonigarcia:webdrivermanager:5.6.3' - testImplementation 'com.deque.html.axe-core:selenium:4.8.0' + testImplementation 'com.deque.html.axe-core:selenium:4.8.1' testAnnotationProcessor 'org.projectlombok:lombok' testCompileOnly 'org.projectlombok:lombok'