Skip to content

Commit

Permalink
[TS-1512] Use dev release with fixed serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Sep 7, 2023
1 parent af5b465 commit a6549cb
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 @@ -22,7 +22,7 @@ apply plugin: 'kotlin-kapt'
dependencies {
api platform('com.exactpro.th2:bom:4.5.0')

implementation "com.exactpro.th2:common:5.4.1-th2-5051-6097520146-deddd13-SNAPSHOT"
implementation "com.exactpro.th2:common:5.4.2-dev"
implementation "com.exactpro.th2:common-utils:2.2.0-dev"
implementation "com.exactpro.th2:codec:5.3.0-new-proto-+" //FIXME: migrate to release
implementation 'javax.xml.bind:jaxb-api:2.3.1'
Expand Down

0 comments on commit a6549cb

Please sign in to comment.