File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import java.text.SimpleDateFormat
22
33plugins {
4- id ' com.github.ben-manes.versions' version ' 0.39 .0'
4+ id ' com.github.ben-manes.versions' version ' 0.42 .0'
55 id ' java-library'
66 id ' maven-publish'
77 id ' signing'
@@ -65,13 +65,13 @@ dependencies {
6565
6666 implementation ' com.fasterxml.jackson.core:jackson-databind:2.13.1'
6767 implementation ' com.google.guava:guava:31.0.1-jre'
68- implementation ' org.apache.httpcomponents.client5:httpclient5-fluent:5.1.2 '
68+ 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.2.0 '
72+ testImplementation ' org.mockito:mockito-core:4.3.1 '
7373
74- integrationTestImplementation ' io.rest-assured:rest-assured:4.4.0 '
74+ integrationTestImplementation ' io.rest-assured:rest-assured:4.5.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