Skip to content

Commit

Permalink
Bump dependency versions (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani authored Dec 12, 2024
1 parent 2cd27e1 commit 4314990
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {

dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.wiremock:wiremock:3.9.2'
testImplementation 'org.wiremock:wiremock:3.10.0'
testImplementation 'com.google.guava:guava:33.3.1-jre'
testImplementation 'io.jsonwebtoken:jjwt-api:0.12.6'
testImplementation 'io.jsonwebtoken:jjwt-impl:0.12.6'
Expand All @@ -31,10 +31,10 @@ dependencies {
implementation 'com.vonage:jwt:2.0.0'
implementation 'commons-lang:commons-lang:2.6'
implementation 'commons-codec:commons-codec:1.17.1'
implementation 'io.netty:netty-codec-http:4.1.114.Final'
implementation 'io.netty:netty-handler:4.1.114.Final'
implementation 'io.netty:netty-codec-http:4.1.115.Final'
implementation 'io.netty:netty-handler:4.1.115.Final'
implementation 'org.asynchttpclient:async-http-client:2.12.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
implementation 'org.bitbucket.b_c:jose4j:0.9.6'
}

Expand Down

0 comments on commit 4314990

Please sign in to comment.