From c94dc700c83383132f5e395b4f44a18f9c0988b8 Mon Sep 17 00:00:00 2001 From: siarhei_hrabko Date: Wed, 3 Apr 2024 15:27:03 +0300 Subject: [PATCH 1/2] EPMRPP-90180 update dependencies (Instant time) --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 72198a9..0f1b61d 100644 --- a/build.gradle +++ b/build.gradle @@ -41,8 +41,8 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' annotationProcessor 'com.epam.reportportal:plugin-api' } else { - implementation 'com.github.reportportal:plugin-api:cc3c5c8e' - annotationProcessor 'com.github.reportportal:plugin-api:cc3c5c8e' + implementation 'com.github.reportportal:plugin-api:eec4267' + annotationProcessor 'com.github.reportportal:plugin-api:eec4267' } implementation 'com.saucelabs:saucerest:1.0.43' } @@ -93,4 +93,4 @@ task assemblePlugins(type: Copy) { wrapper { gradleVersion = '6.0' -} \ No newline at end of file +} From 0e764183d13e08181a53422e073a74dcea665022 Mon Sep 17 00:00:00 2001 From: siarhei_hrabko Date: Mon, 15 Apr 2024 14:55:13 +0300 Subject: [PATCH 2/2] EPMRPP-90180 update dependencies (Instant time) --- build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 5a1713c..471469e 100644 --- a/build.gradle +++ b/build.gradle @@ -42,10 +42,11 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' annotationProcessor 'com.epam.reportportal:plugin-api' } else { - implementation 'com.github.reportportal:commons-dao:a0f2b0e' - implementation 'com.github.reportportal:plugin-api:4c94ca4' - annotationProcessor 'com.github.reportportal:plugin-api:4c94ca4' + implementation 'com.github.reportportal:commons-dao:0703b75' + implementation 'com.github.reportportal:plugin-api:3ecb915657' + annotationProcessor 'com.github.reportportal:plugin-api:3ecb915657' } + implementation 'org.hibernate:hibernate-core:5.6.15.Final' implementation 'com.saucelabs:saucerest:1.0.43' }