diff --git a/build.gradle b/build.gradle index 2b80f64..051112c 100644 --- a/build.gradle +++ b/build.gradle @@ -37,8 +37,8 @@ dependencies { annotationProcessor 'com.epam.reportportal:plugin-api' } else { implementation 'com.github.reportportal:commons-dao:2834dd5' - implementation 'com.github.reportportal:plugin-api:ff54d0f' - annotationProcessor 'com.github.reportportal:plugin-api:ff54d0f' + implementation 'com.github.reportportal:plugin-api:6465099' + annotationProcessor 'com.github.reportportal:plugin-api:6465099' } implementation 'org.hibernate:hibernate-core:5.6.15.Final'