From de8af42620a1c6f710d35a2d4d8ed69967093f6a Mon Sep 17 00:00:00 2001 From: siarhei_hrabko Date: Tue, 27 Feb 2024 18:21:23 +0300 Subject: [PATCH] EPMRPP-89420 dependency update --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b54d5eff91..afb5066b73 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation 'com.epam.reportportal:plugin-api' } else { implementation 'com.github.reportportal:commons-events:e337f8b7be' - implementation 'com.github.reportportal:commons-dao:90ff7e0' + implementation 'com.github.reportportal:commons-dao:ecb7562' implementation 'com.github.reportportal:commons-rules:42d4dd5634' implementation 'com.github.reportportal:commons-model:23adba8' implementation 'com.github.reportportal:commons:07566b8e'