Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Smelov committed Aug 2, 2023
1 parent c93fd81 commit 7f5721d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,23 +85,23 @@ jar {
}

dependencies {
api platform('com.exactpro.th2:bom:4.4.0')
api platform("com.exactpro.th2:bom:4.4.0")

implementation 'com.exactpro.th2:common:5.3.0-separate-executor-+'
implementation 'com.exactpro.th2:common-utils:2.1.0-transport-protocol-+'
implementation 'com.exactpro.th2:codec:5.3.0-new-proto-+'
implementation "com.exactpro.th2:common:5.3.0-separate-executor-5712647407-cd52dd9-SNAPSHOT"
implementation "com.exactpro.th2:common-utils:2.1.0-transport-protocol-5599170164-aa085e1-SNAPSHOT"
implementation "com.exactpro.th2:codec:5.3.0-new-proto-5736204737-92216cf-SNAPSHOT"

implementation 'com.exactpro.th2:sailfish-utils:4.0.0-TH2-4891-+'
implementation "com.exactpro.th2:sailfish-utils:4.0.0-TH2-4891-5551590515-3b92506-SNAPSHOT"

compileOnly 'com.google.auto.service:auto-service:1.1.1'
annotationProcessor 'com.google.auto.service:auto-service:1.1.1'
kapt 'com.google.auto.service:auto-service:1.1.1'
compileOnly "com.google.auto.service:auto-service:1.1.1"
annotationProcessor "com.google.auto.service:auto-service:1.1.1"
kapt "com.google.auto.service:auto-service:1.1.1"

implementation group: 'io.github.microutils', name: 'kotlin-logging', version: '3.0.0'
implementation group: 'com.athaydes.rawhttp', name: 'rawhttp-core', version: '2.4.1'
implementation "io.github.microutils:kotlin-logging:3.0.0" // The last version bases on kotlin 1.6.0
implementation "com.athaydes.rawhttp:rawhttp-core:2.4.1"

testImplementation group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit5', version: kotlin_version
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.3'
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlin_version"
testImplementation "org.junit.jupiter:junit-jupiter:5.9.3"
}

application {
Expand Down

0 comments on commit 7f5721d

Please sign in to comment.