diff --git a/build.gradle b/build.gradle index b1ff427..7bcc6f5 100644 --- a/build.gradle +++ b/build.gradle @@ -41,8 +41,8 @@ dependencies { implementation 'com.epam.reportportal:commons-dao' api 'com.epam.reportportal:commons' } else { - implementation 'com.github.reportportal:commons-dao:3505f19' - api 'com.github.reportportal:commons:c6bbec1' + implementation 'com.github.reportportal:commons-dao:develop-SNAPSHOT' + api 'com.github.reportportal:commons:develop-SNAPSHOT' } api 'org.pf4j:pf4j:3.10.0' api 'org.pf4j:pf4j-update:2.3.0'