Skip to content

Commit

Permalink
0.23.2
Browse files Browse the repository at this point in the history
- Dependency updates.
  • Loading branch information
a-hansen authored Mar 12, 2020
1 parent 6d83970 commit 00b3e37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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.23.1'
version = '0.23.2'
sourceCompatibility = 1.7
targetCompatibility = 1.7

Expand All @@ -30,6 +30,6 @@ subprojects {
}

wrapper {
gradleVersion = '5.6.2'
gradleVersion = '5.6.4'
}

9 changes: 4 additions & 5 deletions internal/runtime_shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ description = 'Shared Runtime for the SDK'

dependencies {
api 'org.bouncycastle:bcprov-jdk15on:1.64'
api 'io.netty:netty-all:4.1.42.Final'
api 'io.netty:netty-all:4.1.47.Final'
//jzlib is an optional dependency of netty, it is possible to trigger usage
implementation 'com.jcraft:jzlib:1.1.3'
api 'com.beust:jcommander:1.72'
api 'org.msgpack:jackson-dataformat-msgpack:0.8.18'
api 'com.beust:jcommander:1.78'
api 'org.msgpack:jackson-dataformat-msgpack:0.8.20'
//the following overrides the dependency in jackson-dataformat-msgpack
//and can be removed once msgpack catches up to 2.9.10
api 'com.fasterxml.jackson.core:jackson-databind:2.9.10'
api 'com.fasterxml.jackson.core:jackson-databind:2.10.3'
}

0 comments on commit 00b3e37

Please sign in to comment.