diff --git a/plugin/build.gradle b/plugin/build.gradle index cf4adb5..3105d71 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -43,8 +43,8 @@ dependencies { } else { implementation 'com.github.reportportal:commons-dao:28d0461' implementation 'com.github.reportportal:commons:a30c7bb' - implementation 'com.github.reportportal:plugin-api:ff54d0f' - annotationProcessor 'com.github.reportportal:plugin-api:ff54d0f' + implementation 'com.github.reportportal:plugin-api:a9a8b73' + annotationProcessor 'com.github.reportportal:plugin-api:a9a8b73' } implementation('org.hibernate:hibernate-core:5.4.18.Final') implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.7'