@@ -52,28 +52,28 @@ dependencies {
5252 api ' com.squareup.okhttp3:okhttp:5.3.2'
5353
5454 // JUnit 6
55- testImplementation(platform(' org.junit:junit-bom:6.0.2 ' ))
56- testImplementation(' org.junit.jupiter:junit-jupiter:6.0.2 ' )
55+ testImplementation(platform(' org.junit:junit-bom:6.0.3 ' ))
56+ testImplementation(' org.junit.jupiter:junit-jupiter:6.0.3 ' )
5757
5858 // Test libs
5959 testImplementation ' org.mockito:mockito-core:4.11.0'
6060 testImplementation ' org.hamcrest:hamcrest:3.0'
61- testImplementation ' com.squareup.okio:okio:3.16.4 '
61+ testImplementation ' com.squareup.okio:okio:3.17.0 '
6262 testImplementation ' com.squareup.okhttp3:okhttp:5.3.2'
6363 testImplementation ' com.squareup.okhttp3:mockwebserver:5.3.2'
6464
65- testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.21.0 '
65+ testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.21.2 '
6666
67- compileOnly group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.21.0 '
67+ compileOnly group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.21.2 '
6868
6969 // Lombok
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 '
70+ compileOnly ' org.projectlombok:lombok:1.18.44 '
71+ annotationProcessor ' org.projectlombok:lombok:1.18.44 '
72+ testCompileOnly ' org.projectlombok:lombok:1.18.44 '
73+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.44 '
7474
7575 // JWT
76- implementation ' com.auth0:java-jwt:4.5.0 '
76+ implementation ' com.auth0:java-jwt:4.5.1 '
7777}
7878
7979tasks. register(' buildJar' , Jar ) {
0 commit comments