This is an automated email from the ASF dual-hosted git repository.
arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new d0e3dff93a FINERACT-2181: Update dependency
io.github.bonigarcia:webdrivermanager to v6
d0e3dff93a is described below
commit d0e3dff93a26b722add7a555937066430c1c2730
Author: Renovate <[email protected]>
AuthorDate: Sat Nov 8 12:55:30 2025 +0000
FINERACT-2181: Update dependency io.github.bonigarcia:webdrivermanager to v6
---
oauth2-tests/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oauth2-tests/build.gradle b/oauth2-tests/build.gradle
index cc8995b19b..e6098f250a 100644
--- a/oauth2-tests/build.gradle
+++ b/oauth2-tests/build.gradle
@@ -36,7 +36,7 @@ configurations {
dependencies {
driver 'com.mysql:mysql-connector-j'
testImplementation 'org.seleniumhq.selenium:selenium-java:4.21.0'
- testImplementation 'io.github.bonigarcia:webdrivermanager:5.5.1'
+ testImplementation 'io.github.bonigarcia:webdrivermanager:6.3.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
}