File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ dependencies {
6161 // https://mvnrepository.com/artifact/org.mockito/mockito-core
6262 testImplementation ' org.mockito:mockito-core:4.9.0'
6363 testImplementation ' org.hamcrest:hamcrest:3.0'
64- testImplementation ' com.squareup.okio:okio:3.10.2 '
64+ testImplementation ' com.squareup.okio:okio:3.11.0 '
6565 testImplementation ' com.squareup.okhttp3:okhttp:4.12.0'
66- testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.18.3 '
66+ testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.19.0 '
6767
6868 // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
69- compileOnly group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.18.3 '
69+ compileOnly group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.19.0 '
7070
7171 // Lombok
7272 compileOnly ' org.projectlombok:lombok:1.18.38'
You can’t perform that action at this time.
0 commit comments