We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f5db6 commit f1ba5adCopy full SHA for f1ba5ad
lib/build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id "com.jfrog.bintray" version "1.8.4"
3
- id "com.auth0.gradle.oss-library.java" version "0.8.0"
+ id "com.auth0.gradle.oss-library.java" version "0.9.0"
4
id "jacoco"
5
}
6
@@ -34,8 +34,8 @@ compileJava {
34
35
36
dependencies {
37
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.8'
38
- implementation 'commons-codec:commons-codec:1.11'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9'
+ implementation 'commons-codec:commons-codec:1.12'
39
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.60'
40
testImplementation 'junit:junit:4.12'
41
testImplementation 'net.jodah:concurrentunit:0.4.3'
0 commit comments