diff --git a/build.gradle b/build.gradle index 043b840..880e4e3 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { if (releaseMode) { api 'com.epam.reportportal:commons-reporting:5.12.3' } else { - api 'com.github.reportportal:commons-reporting:299cfbd' + api 'com.github.reportportal:commons-reporting:develop-SNAPSHOT' } api 'org.springframework:spring-webmvc' api 'org.springframework.security:spring-security-core'