Skip to content

Commit 5987886

Browse files
Upgrade dependencies
1 parent e81479c commit 5987886

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.text.SimpleDateFormat
22

33
plugins {
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
}

0 commit comments

Comments
 (0)