Skip to content

Commit 6767b0e

Browse files
committed
Bump dependency versions
1 parent d57cda5 commit 6767b0e

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
@@ -21,16 +21,16 @@ repositories {
2121

2222
dependencies {
2323
testImplementation 'junit:junit:4.13.2'
24-
testImplementation 'org.wiremock:wiremock:3.5.3'
24+
testImplementation 'org.wiremock:wiremock:3.5.4'
2525
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'
2727

2828
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'
3030
implementation 'io.netty:netty-codec-http:4.1.109.Final'
3131
implementation 'io.netty:netty-handler:4.1.109.Final'
3232
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'
3434
implementation 'org.bitbucket.b_c:jose4j:0.9.6'
3535
}
3636

0 commit comments

Comments
 (0)