Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f1ba5ad

Browse files
authoredMay 22, 2019
bump dependencies (#337)
1 parent e8f5db6 commit f1ba5ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎lib/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "com.jfrog.bintray" version "1.8.4"
3-
id "com.auth0.gradle.oss-library.java" version "0.8.0"
3+
id "com.auth0.gradle.oss-library.java" version "0.9.0"
44
id "jacoco"
55
}
66

@@ -34,8 +34,8 @@ compileJava {
3434
}
3535

3636
dependencies {
37-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.8'
38-
implementation 'commons-codec:commons-codec:1.11'
37+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9'
38+
implementation 'commons-codec:commons-codec:1.12'
3939
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.60'
4040
testImplementation 'junit:junit:4.12'
4141
testImplementation 'net.jodah:concurrentunit:0.4.3'

0 commit comments

Comments
 (0)
Please sign in to comment.