diff --git a/build.gradle b/build.gradle index bc9a344..e3f21e5 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ repositories { dependencyManagement { imports { - mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:7affe20') + mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:211b2052') } } @@ -40,11 +40,11 @@ dependencies { compile 'com.epam.reportportal:commons-rules' compile 'com.epam.reportportal:commons-dao' } else { - compile 'com.github.reportportal:commons-dao:126ee2e' + compile 'com.github.reportportal:commons-dao:6ab8e9860c' compile 'com.github.reportportal:commons-model:83f012f' compile 'com.github.reportportal:commons-rules:01ec4d17' } - compile 'org.pf4j:pf4j:2.4.0' + compile 'org.pf4j:pf4j:3.10.0' testCompile 'junit:junit' }