We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3863622 commit 3f211faCopy full SHA for 3f211fa
build.gradle
@@ -68,7 +68,7 @@ dependencies {
68
implementation 'com.google.code.gson:gson:2.10.1'
69
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
70
71
- testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
72
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
73
testImplementation 'org.hamcrest:hamcrest:2.2'
74
testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.6.3') {
0 commit comments