Skip to content

Commit

Permalink
downgraded common to 3.31.1 to fix problem FasterXML/jackson-module-k…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Jan 13, 2023
1 parent 57adeb0 commit 7e57459
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.5.31'
id 'org.jetbrains.kotlin.jvm' version '1.6.21'
id 'com.palantir.docker' version '0.25.0'
}

Expand Down Expand Up @@ -36,10 +36,12 @@ repositories {
}

dependencies {
api platform('com.exactpro.th2:bom:4.0.2')
// api platform('com.exactpro.th2:bom:4.0.2')
api platform('com.exactpro.th2:bom:3.1.0')

implementation 'com.exactpro.th2:conn-dirty-tcp-core:1.0.0'
implementation 'com.exactpro.th2:common:3.42.1-TH2-2212-common-cannot-recover-channel-level-exceptions-3496538720-SNAPSHOT'
implementation 'com.exactpro.th2:common:3.31.1'
// implementation 'com.exactpro.th2:common:3.42.1-TH2-2212-common-cannot-recover-channel-level-exceptions-3540133251-SNAPSHOT'

implementation 'org.slf4j:slf4j-api:1.7.33'
implementation 'io.github.microutils:kotlin-logging:2.1.21'
Expand All @@ -54,7 +56,7 @@ dependencies {
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: jackson_version

testImplementation 'org.mockito:mockito-all:1.10.19'
testImplementation 'org.jetbrains.kotlin:kotlin-test-junit5:1.6.0'
testImplementation 'org.jetbrains.kotlin:kotlin-test-junit5:1.6.21'

annotationProcessor 'com.google.auto.service:auto-service:1.0.1'
kapt 'com.google.auto.service:auto-service:1.0.1'
Expand Down

0 comments on commit 7e57459

Please sign in to comment.