Skip to content

Commit 9303f63

Browse files
committed
addressed comments on #185
1 parent 52343d5 commit 9303f63

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'io.franzbecker.gradle-lombok' version '4.0.0'
3+
id 'io.franzbecker.gradle-lombok' version '5.0.0'
44
id 'checkstyle'
55
id 'com.vanniktech.maven.publish' version '0.18.0'
66
id 'jacoco'
@@ -31,12 +31,10 @@ dependencies {
3131
testCompileOnly 'org.projectlombok:lombok:1.18.24'
3232
testAnnotationProcessor 'org.projectlombok:lombok:1.18.24'
3333
testImplementation 'org.mockito:mockito-core:4.6.1'
34-
testRuntimeOnly "org.slf4j:slf4j-api:1.7.10"
3534
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
3635
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
3736
testImplementation 'org.assertj:assertj-core:3.22.0'
3837
testImplementation 'com.github.tomakehurst:wiremock:2.27.2'
39-
testImplementation 'io.rest-assured:rest-assured:5.0.0'
4038
testImplementation 'org.slf4j:slf4j-api:1.7.36'
4139
testImplementation 'org.slf4j:slf4j-simple:1.7.36'
4240
}

0 commit comments

Comments
 (0)