Skip to content

Commit e6ba0fc

Browse files
committed
Bump dependency versions
1 parent b93f2f5 commit e6ba0fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ dependencies {
2525
implementation 'commons-lang:commons-lang:2.6'
2626
implementation 'commons-validator:commons-validator:1.7'
2727
implementation 'org.asynchttpclient:async-http-client:2.12.3'
28-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
28+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
2929
implementation 'commons-codec:commons-codec:1.15'
30-
implementation 'org.bitbucket.b_c:jose4j:0.7.12'
30+
implementation 'org.bitbucket.b_c:jose4j:0.8.0'
3131
}
3232

3333
task sourcesJar(type: Jar) {

0 commit comments

Comments
 (0)