From e3e6e6754a96011633684cba7a170956ddefd314 Mon Sep 17 00:00:00 2001 From: siarhei_hrabko Date: Wed, 25 Dec 2024 14:57:55 +0300 Subject: [PATCH] EPMRPP-95844 update dependency --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ce65f7b916..f447d9c3ec 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { } else { implementation 'com.github.reportportal:commons-dao:b1599ca' implementation 'com.github.reportportal:commons:2b470a3' - implementation 'com.github.reportportal:plugin-api:c2a742a' + implementation 'com.github.reportportal:plugin-api:d96f33f' } implementation 'org.springframework.boot:spring-boot-starter-aop'