Skip to content

Commit 069f4ae

Browse files
authored
deps: Upgrade jose4j to version 0.9.6 (#1653)
1 parent 14d0a65 commit 069f4ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ configurations {
5252

5353
dependencies {
5454
implementation "com.eclipsesource.minimal-json:minimal-json:0.9.5"
55-
implementation "com.fasterxml.jackson.core:jackson-annotations:2.17.2"
56-
implementation "com.fasterxml.jackson.core:jackson-core:2.17.2"
57-
implementation "com.fasterxml.jackson.core:jackson-databind:2.17.2"
58-
implementation "org.bitbucket.b_c:jose4j:0.9.4"
55+
implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.2"
56+
implementation "com.fasterxml.jackson.core:jackson-core:2.18.2"
57+
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.2"
58+
implementation "org.bitbucket.b_c:jose4j:0.9.6"
5959
implementation "org.bouncycastle:bcprov-jdk18on:1.82"
6060
implementation "org.bouncycastle:bcpkix-jdk18on:1.82"
6161
implementation "com.squareup.okhttp3:okhttp:4.12.0"

0 commit comments

Comments
 (0)