diff --git a/build.gradle b/build.gradle index fb7b0e0..2b80f64 100644 --- a/build.gradle +++ b/build.gradle @@ -36,9 +36,9 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' annotationProcessor 'com.epam.reportportal:plugin-api' } else { - implementation 'com.github.reportportal:commons-dao:0703b75' - implementation 'com.github.reportportal:plugin-api:3ecb915657' - annotationProcessor 'com.github.reportportal:plugin-api:3ecb915657' + implementation 'com.github.reportportal:commons-dao:2834dd5' + implementation 'com.github.reportportal:plugin-api:ff54d0f' + annotationProcessor 'com.github.reportportal:plugin-api:ff54d0f' } implementation 'org.hibernate:hibernate-core:5.6.15.Final'