Skip to content

Commit 89b42e6

Browse files
Upgrade dependencies
1 parent f8a644f commit 89b42e6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@ artifacts {
6060
}
6161

6262
dependencies {
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
}

0 commit comments

Comments
 (0)