@@ -48,29 +48,29 @@ configurations {
4848
4949dependencies {
5050 // This dependency is used internally, and not exposed to consumers on their own compile classpath.
51- implementation ' com.google.code.gson:gson:2.13.1 '
51+ implementation ' com.google.code.gson:gson:2.13.2 '
5252 implementation ' org.json:json:20250517'
5353 // https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
54- api ' com.squareup.okhttp3:okhttp:4.12 .0'
54+ api ' com.squareup.okhttp3:okhttp:5.1 .0'
5555
5656 // Use JUnit test framework
57- testImplementation(platform(' org.junit:junit-bom:5.13.0 ' ))
58- testImplementation(' org.junit.jupiter:junit-jupiter:5.13.0 ' )
57+ testImplementation(platform(' org.junit:junit-bom:5.13.4 ' ))
58+ testImplementation(' org.junit.jupiter:junit-jupiter:5.13.4 ' )
5959 // https://mvnrepository.com/artifact/org.mockito/mockito-core
6060 testImplementation ' org.mockito:mockito-core:4.11.0'
6161 testImplementation ' org.hamcrest:hamcrest:3.0'
62- testImplementation ' com.squareup.okio:okio:3.12 .0'
63- testImplementation ' com.squareup.okhttp3:okhttp:4.12 .0'
64- testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.19 .0'
62+ testImplementation ' com.squareup.okio:okio:3.16 .0'
63+ testImplementation ' com.squareup.okhttp3:okhttp:5.1 .0'
64+ testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.20 .0'
6565
6666 // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
67- compileOnly group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.19 .0'
67+ compileOnly group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.20 .0'
6868
6969 // Lombok
70- compileOnly ' org.projectlombok:lombok:1.18.38 '
71- annotationProcessor ' org.projectlombok:lombok:1.18.38 '
72- testCompileOnly ' org.projectlombok:lombok:1.18.38 '
73- testAnnotationProcessor ' org.projectlombok:lombok:1.18.38 '
70+ compileOnly ' org.projectlombok:lombok:1.18.42 '
71+ annotationProcessor ' org.projectlombok:lombok:1.18.42 '
72+ testCompileOnly ' org.projectlombok:lombok:1.18.42 '
73+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.42 '
7474
7575 // Jwt
7676 implementation ' com.auth0:java-jwt:4.5.0'
0 commit comments