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 @@ -22,7 +22,7 @@ repositories {
22
22
23
23
dependencies {
24
24
testImplementation ' junit:junit:4.13.2'
25
- testImplementation ' org.wiremock:wiremock:3.9.2 '
25
+ testImplementation ' org.wiremock:wiremock:3.10.0 '
26
26
testImplementation ' com.google.guava:guava:33.3.1-jre'
27
27
testImplementation ' io.jsonwebtoken:jjwt-api:0.12.6'
28
28
testImplementation ' io.jsonwebtoken:jjwt-impl:0.12.6'
@@ -31,10 +31,10 @@ dependencies {
31
31
implementation ' com.vonage:jwt:2.0.0'
32
32
implementation ' commons-lang:commons-lang:2.6'
33
33
implementation ' commons-codec:commons-codec:1.17.1'
34
- implementation ' io.netty:netty-codec-http:4.1.114 .Final'
35
- implementation ' io.netty:netty-handler:4.1.114 .Final'
34
+ implementation ' io.netty:netty-codec-http:4.1.115 .Final'
35
+ implementation ' io.netty:netty-handler:4.1.115 .Final'
36
36
implementation ' org.asynchttpclient:async-http-client:2.12.3'
37
- implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.1 '
37
+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.2 '
38
38
implementation ' org.bitbucket.b_c:jose4j:0.9.6'
39
39
}
40
40
You can’t perform that action at this time.
0 commit comments