@@ -34,27 +34,27 @@ targetCompatibility = JavaVersion.VERSION_1_8
3434
3535repositories {
3636 mavenCentral()
37- maven { url " https://jitpack.io" }
3837}
3938
4039dependencies {
41- api ' com.epam.reportportal:client-java:5.1.16 '
40+ api ' com.epam.reportportal:client-java:5.1.22 '
4241 api ' com.epam.reportportal:commons-model:5.0.0'
4342 api ' com.google.code.findbugs:jsr305:3.0.2'
4443 api ' info.cukes:gherkin:2.12.2'
4544
46- implementation ' org.slf4j:slf4j-api:1.7.36 '
45+ implementation ' org.slf4j:slf4j-api:2.0.7 '
4746 implementation ' org.apache.commons:commons-text:1.10.0'
4847
49- testImplementation ' com.github.reportportal:agent-java-test-utils:236a68c'
50- testImplementation ' org.aspectj:aspectjweaver:1.9.2'
48+ testImplementation ' com.epam.reportportal:agent-java-test-utils:0.0.2'
49+
50+ testImplementation ' org.aspectj:aspectjweaver:1.9.19'
5151 testImplementation " io.cucumber:cucumber-java:${ project.cucumber_version} "
5252 testImplementation " io.cucumber:cucumber-testng:${ project.cucumber_version} "
5353 testImplementation ' org.hamcrest:hamcrest-core:2.2'
5454 testImplementation ' org.mockito:mockito-core:3.3.3'
5555 testImplementation ' org.mockito:mockito-junit-jupiter:3.3.3'
56- testImplementation ' ch.qos.logback:logback-classic:1.2.11 '
57- testImplementation ' com.epam.reportportal:logger-java-logback:5.1.3 '
56+ testImplementation ' ch.qos.logback:logback-classic:1.3.8 '
57+ testImplementation ' com.epam.reportportal:logger-java-logback:5.1.5 '
5858
5959 testImplementation (" org.junit.platform:junit-platform-runner:${ project.junit_runner_version} " ) {
6060 exclude module : ' junit'
0 commit comments