From 0ade3c19dfc7dd3c60a3f3a5b4ade8d02e907556 Mon Sep 17 00:00:00 2001 From: Siarhei Hrabko <45555481+grabsefx@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:41:37 +0300 Subject: [PATCH] EPMRPP-88602 instant time (#53) * EPMRPP-88606 update dependencies (Instant time) --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index f7935cd..2d17baf 100644 --- a/build.gradle +++ b/build.gradle @@ -40,9 +40,9 @@ dependencies { compile 'com.epam.reportportal:commons' compile 'com.epam.reportportal:commons-dao' } else { - implementation 'com.github.reportportal:commons-dao:fa04c1fc02' - api 'com.github.reportportal:commons-reporting:6b3ed9d' - api 'com.github.reportportal:commons:83ea1a5' + implementation 'com.github.reportportal:commons-dao:0703b75' + api 'com.github.reportportal:commons-reporting:24941f3' + api 'com.github.reportportal:commons:d7f9bec' } compile 'org.pf4j:pf4j:2.4.0'