This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 02a34034fad62def07e8a885273820e11c395888 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]> --- 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 dbea7932e0..db0480ad27 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>
