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 b93f2f5 commit e6ba0fcCopy full SHA for e6ba0fc
build.gradle
@@ -25,9 +25,9 @@ dependencies {
25
implementation 'commons-lang:commons-lang:2.6'
26
implementation 'commons-validator:commons-validator:1.7'
27
implementation 'org.asynchttpclient:async-http-client:2.12.3'
28
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
29
implementation 'commons-codec:commons-codec:1.15'
30
- implementation 'org.bitbucket.b_c:jose4j:0.7.12'
+ implementation 'org.bitbucket.b_c:jose4j:0.8.0'
31
}
32
33
task sourcesJar(type: Jar) {
0 commit comments