From 638e64feeab92c2946b13c98f6d05aa804ff5eff Mon Sep 17 00:00:00 2001 From: Oleg Smelov Date: Fri, 9 Sep 2022 17:55:28 +0400 Subject: [PATCH] th2-codec update (added gRPC interface) Kotlin version update --- build.gradle | 14 +++++++------- gradle.properties | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 035488c..c02e8b5 100755 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ sourceCompatibility = 11 targetCompatibility = 11 ext { - junitVersion = '5.8.1' + junitVersion = '5.9.0' } repositories { @@ -68,21 +68,21 @@ jar { dependencies { api platform('com.exactpro.th2:bom:3.2.0') implementation 'com.exactpro.th2:common:3.40.0' - implementation 'com.exactpro.th2:codec:4.7.2' + implementation 'com.exactpro.th2:codec:4.8.0-TS-1127-2986879028-SNAPSHOT' implementation 'org.slf4j:slf4j-log4j12' implementation 'org.slf4j:slf4j-api' - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlin_version}" - implementation "org.jetbrains.kotlin:kotlin-reflect:${kotlin_version}" - implementation 'io.github.microutils:kotlin-logging:2.1.21' + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" + implementation "org.jetbrains.kotlin:kotlin-reflect" + implementation 'io.github.microutils:kotlin-logging:2.1.23' - implementation 'com.fasterxml.jackson.core:jackson-core:2.13.1' + implementation 'com.fasterxml.jackson.core:jackson-core:2.13.4' implementation 'com.github.javadev:underscore:1.69' implementation group: 'org.apache.ws.xmlschema', name: 'xmlschema-core', version: '2.3.0' - testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:${kotlin_version}" + testImplementation "org.jetbrains.kotlin:kotlin-test-junit5" testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testImplementation "org.junit.jupiter:junit-jupiter-params:${junitVersion}" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" diff --git a/gradle.properties b/gradle.properties index 0a1ed78..a1e4a9f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ # release_version=0.0.5 -kotlin_version=1.5.32 +kotlin_version=1.6.21 description = 'th2 codec xml via xsd' vcs_url=https://github.com/th2-net/th2-codec-xml-via-xsd \ No newline at end of file