Skip to content

Commit

Permalink
th2-codec update (added gRPC interface)
Browse files Browse the repository at this point in the history
Kotlin version update
  • Loading branch information
lumber1000 committed Sep 9, 2022
1 parent a6aab96 commit 638e64f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sourceCompatibility = 11
targetCompatibility = 11

ext {
junitVersion = '5.8.1'
junitVersion = '5.9.0'
}

repositories {
Expand Down Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 638e64f

Please sign in to comment.