This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 58f3d5248a0aa300247913a730af8299465db0b5 Author: mr1716 <[email protected]> AuthorDate: Thu Jun 8 09:12:16 2023 -0400 NIFI-11664 Upgraded WebDriverManager from 3.3.0 to 3.8.1 This closes #7359 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 02a34034fad62def07e8a885273820e11c395888) --- nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml index d639aaa105..7d8b412490 100644 --- a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml +++ b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/pom.xml @@ -421,7 +421,7 @@ <dependency> <groupId>io.github.bonigarcia</groupId> <artifactId>webdrivermanager</artifactId> - <version>3.3.0</version> + <version>3.8.1</version> <scope>test</scope> <exclusions> <exclusion>
