From d964265426f3058e96ba72fb0c2e1f197b783357 Mon Sep 17 00:00:00 2001 From: Oleg Smelov Date: Wed, 10 Apr 2024 20:12:06 +0400 Subject: [PATCH] dependencies updated to dev releases --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0866cf1..9ec8417 100644 --- a/build.gradle +++ b/build.gradle @@ -52,8 +52,8 @@ dependencies { } implementation "com.exactpro.th2:common-utils:2.2.3-dev" implementation 'com.exactpro.th2:netty-bytebuf-utils:0.0.1' - implementation 'com.exactpro.th2:conn-dirty-tcp-core:3.5.0-dv3-channel-recovery-8632066697-0fff487-SNAPSHOT' //TODO: dev release - implementation 'com.exactpro.th2:grpc-lw-data-provider:2.3.1-TH2-2212-recover-subscriptions-d96f3d8-SNAPSHOT' //TODO: dev release + implementation 'com.exactpro.th2:conn-dirty-tcp-core:3.5.0-dev' + implementation 'com.exactpro.th2:grpc-lw-data-provider:2.3.1-dev' implementation 'org.slf4j:slf4j-api' implementation 'io.github.microutils:kotlin-logging:3.0.5'