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 {
2222
2323dependencies {
2424 testImplementation ' junit:junit:4.13.2'
25- testImplementation ' org.wiremock:wiremock:3.9.2 '
25+ testImplementation ' org.wiremock:wiremock:3.10.0 '
2626 testImplementation ' com.google.guava:guava:33.3.1-jre'
2727 testImplementation ' io.jsonwebtoken:jjwt-api:0.12.6'
2828 testImplementation ' io.jsonwebtoken:jjwt-impl:0.12.6'
@@ -31,10 +31,10 @@ dependencies {
3131 implementation ' com.vonage:jwt:2.0.0'
3232 implementation ' commons-lang:commons-lang:2.6'
3333 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'
3636 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 '
3838 implementation ' org.bitbucket.b_c:jose4j:0.9.6'
3939}
4040
You can’t perform that action at this time.
0 commit comments