We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1765a2d commit 625d61cCopy full SHA for 625d61c
build.gradle
@@ -80,7 +80,7 @@ dependencies {
80
implementation 'org.aspectj:aspectjweaver:1.9.6'
81
implementation 'org.slf4j:slf4j-api:1.7.30'
82
83
- testImplementation 'junit:junit:4.13'
+ testImplementation 'junit:junit:4.13.1'
84
testImplementation 'org.hamcrest:hamcrest:2.2'
85
testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '4.2.0') {
86
exclude group: 'org.seleniumhq.selenium'
0 commit comments