Skip to content

Commit

Permalink
Correct common util version
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Sep 18, 2023
1 parent 867290c commit 9922837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation("com.exactpro.th2:common:5.4.0-dev") {
exclude group: 'com.exactpro.th2', module: 'task-utils'
}
implementation "com.exactpro.th2:common-utils:2.2.2-dev"
implementation "com.exactpro.th2:common-utils:2.2.0-dev"
implementation 'com.exactpro.th2:netty-bytebuf-utils:0.0.1'
implementation 'com.exactpro.th2:conn-dirty-tcp-core:3.2.1-mangler_fix_3.2.1+'
implementation 'com.exactpro.th2:grpc-lw-data-provider:2.2.0-separate-executor-reverse-orders-917aa0b-SNAPSHOT'
Expand Down

0 comments on commit 9922837

Please sign in to comment.