We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cdb85 commit ba99c57Copy full SHA for ba99c57
build.gradle
@@ -49,7 +49,7 @@ dependencies {
49
testImplementation 'org.hamcrest:hamcrest-core:2.2'
50
testImplementation 'org.mockito:mockito-core:3.3.3'
51
testImplementation 'org.mockito:mockito-junit-jupiter:3.3.3'
52
- testImplementation 'ch.qos.logback:logback-classic:1.4.12'
+ testImplementation 'ch.qos.logback:logback-classic:1.3.12'
53
testImplementation "io.cucumber:cucumber-testng:${project.cucumber_version}"
54
testImplementation 'com.epam.reportportal:logger-java-logback:5.2.2'
55
testImplementation ("org.junit.platform:junit-platform-runner:${project.junit_runner_version}") {
0 commit comments