File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' io.franzbecker.gradle-lombok' version ' 4 .0.0'
3
+ id ' io.franzbecker.gradle-lombok' version ' 5 .0.0'
4
4
id ' checkstyle'
5
5
id ' com.vanniktech.maven.publish' version ' 0.18.0'
6
6
id ' jacoco'
@@ -31,12 +31,10 @@ dependencies {
31
31
testCompileOnly ' org.projectlombok:lombok:1.18.24'
32
32
testAnnotationProcessor ' org.projectlombok:lombok:1.18.24'
33
33
testImplementation ' org.mockito:mockito-core:4.6.1'
34
- testRuntimeOnly " org.slf4j:slf4j-api:1.7.10"
35
34
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.1'
36
35
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.1'
37
36
testImplementation ' org.assertj:assertj-core:3.22.0'
38
37
testImplementation ' com.github.tomakehurst:wiremock:2.27.2'
39
- testImplementation ' io.rest-assured:rest-assured:5.0.0'
40
38
testImplementation ' org.slf4j:slf4j-api:1.7.36'
41
39
testImplementation ' org.slf4j:slf4j-simple:1.7.36'
42
40
}
You can’t perform that action at this time.
0 commit comments