Skip to content

Commit

Permalink
0.22.2 (#124)
Browse files Browse the repository at this point in the history
- Update jackson databind dependency
  • Loading branch information
a-hansen authored Aug 14, 2019
1 parent ae8049e commit c8cbc4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subprojects {
apply plugin: 'java-library'
apply plugin: 'maven'

version = '0.22.1-SNAPSHOT'
version = '0.22.2'
sourceCompatibility = 1.7
targetCompatibility = 1.7

Expand Down
3 changes: 3 additions & 0 deletions internal/runtime_shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ dependencies {
api 'io.netty:netty-all:4.1.38.Final'
api 'com.beust:jcommander:1.72'
api 'org.msgpack:jackson-dataformat-msgpack:0.8.17'
//the following overrides the dependency in jackson-dataformat-msgpack
//and can be removed once msgpack catches up to 2.9.9.3
api 'com.fasterxml.jackson.core:jackson-databind:2.9.9.3'
}

0 comments on commit c8cbc4c

Please sign in to comment.