Skip to content

Commit 4314990

Browse files
authored
Bump dependency versions (#271)
1 parent 2cd27e1 commit 4314990

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
@@ -22,7 +22,7 @@ repositories {
2222

2323
dependencies {
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

0 commit comments

Comments
 (0)