From bb1b87aa8605d5e45ec4ce514483379bb184363d Mon Sep 17 00:00:00 2001 From: siarhei_hrabko Date: Thu, 24 Apr 2025 18:21:33 +0300 Subject: [PATCH 1/3] EPMRPP-101907 || merge conflicts --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index c5cf631..ff5b1e0 100644 --- a/build.gradle +++ b/build.gradle @@ -46,9 +46,9 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' annotationProcessor 'com.epam.reportportal:plugin-api' } else { - implementation 'com.github.reportportal:commons-dao:196d4ac' - implementation 'com.github.reportportal:plugin-api:8874441' - annotationProcessor 'com.github.reportportal:plugin-api:8874441' + implementation 'com.github.reportportal:commons-dao:cd88356' + implementation 'com.github.reportportal:plugin-api:ae5c502' + annotationProcessor 'com.github.reportportal:plugin-api:ae5c502' } compileOnly "org.projectlombok:lombok:${lombokVersion}" From fde8b0915589d675f05c3745bab7fd11d788a021 Mon Sep 17 00:00:00 2001 From: siarhei_hrabko Date: Tue, 27 May 2025 14:42:36 +0300 Subject: [PATCH 2/3] EPMRPP-100365 || update dependency --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index ff5b1e0..4190e05 100644 --- a/build.gradle +++ b/build.gradle @@ -46,9 +46,9 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' annotationProcessor 'com.epam.reportportal:plugin-api' } else { - implementation 'com.github.reportportal:commons-dao:cd88356' - implementation 'com.github.reportportal:plugin-api:ae5c502' - annotationProcessor 'com.github.reportportal:plugin-api:ae5c502' + implementation 'com.github.reportportal:commons-dao:de4c71f' + implementation 'com.github.reportportal:plugin-api:73594bc' + annotationProcessor 'com.github.reportportal:plugin-api:73594bc' } compileOnly "org.projectlombok:lombok:${lombokVersion}" From 13564ef0ebcb81fb4802ad33749435d145b28ede Mon Sep 17 00:00:00 2001 From: siarhei_hrabko Date: Thu, 12 Jun 2025 17:11:52 +0300 Subject: [PATCH 3/3] EPMRPP-100365 || update dependency --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 4190e05..8380f48 100644 --- a/build.gradle +++ b/build.gradle @@ -46,9 +46,9 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' annotationProcessor 'com.epam.reportportal:plugin-api' } else { - implementation 'com.github.reportportal:commons-dao:de4c71f' - implementation 'com.github.reportportal:plugin-api:73594bc' - annotationProcessor 'com.github.reportportal:plugin-api:73594bc' + implementation 'com.github.reportportal:commons-dao:9b8b695' + implementation 'com.github.reportportal:plugin-api:f59b724' + annotationProcessor 'com.github.reportportal:plugin-api:f59b724' } compileOnly "org.projectlombok:lombok:${lombokVersion}"