File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,18 +60,18 @@ artifacts {
6060}
6161
6262dependencies {
63- annotationProcessor ' org.projectlombok:lombok:1.18.22 '
64- compileOnly ' org.projectlombok:lombok:1.18.22 '
63+ annotationProcessor ' org.projectlombok:lombok:1.18.24 '
64+ compileOnly ' org.projectlombok:lombok:1.18.24 '
6565
66- implementation ' com.fasterxml.jackson.core:jackson-databind:2.13.2.2 '
66+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.13.3 '
6767 implementation ' com.google.guava:guava:31.1-jre'
6868 implementation ' org.apache.httpcomponents.client5:httpclient5-fluent:5.1.3'
6969
7070 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.2'
7171 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.2'
72- testImplementation ' org.mockito:mockito-core:4.4.0 '
72+ testImplementation ' org.mockito:mockito-core:4.6.1 '
7373
74- integrationTestImplementation ' io.rest-assured:rest-assured:5.0 .1'
74+ integrationTestImplementation ' io.rest-assured:rest-assured:5.1 .1'
7575 integrationTestImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.2'
7676 integrationTestRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.2'
7777}
You can’t perform that action at this time.
0 commit comments