Skip to content

Commit

Permalink
Update dependencies (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Mar 13, 2020
1 parent 7718330 commit f50bacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ compileJava {
}

dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.2'
implementation 'commons-codec:commons-codec:1.12'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.3'
implementation 'commons-codec:commons-codec:1.14'
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.60'
testImplementation 'junit:junit:4.12'
testImplementation 'net.jodah:concurrentunit:0.4.3'
Expand Down

0 comments on commit f50bacf

Please sign in to comment.