File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ repositories {
21
21
22
22
dependencies {
23
23
testImplementation ' junit:junit:4.13.2'
24
- testImplementation ' org.wiremock:wiremock:3.5.3 '
24
+ testImplementation ' org.wiremock:wiremock:3.5.4 '
25
25
testImplementation ' net.minidev:json-smart:2.5.1'
26
- testImplementation ' com.google.guava:guava:33.1 .0-jre'
26
+ testImplementation ' com.google.guava:guava:33.2 .0-jre'
27
27
28
28
implementation ' commons-lang:commons-lang:2.6'
29
- implementation ' commons-codec:commons-codec:1.16.1 '
29
+ implementation ' commons-codec:commons-codec:1.17.0 '
30
30
implementation ' io.netty:netty-codec-http:4.1.109.Final'
31
31
implementation ' io.netty:netty-handler:4.1.109.Final'
32
32
implementation ' org.asynchttpclient:async-http-client:2.12.3'
33
- implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.0 '
33
+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.1 '
34
34
implementation ' org.bitbucket.b_c:jose4j:0.9.6'
35
35
}
36
36
You can’t perform that action at this time.
0 commit comments