We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71b9698 + 5bd080a commit dba363fCopy full SHA for dba363f
build.gradle
@@ -25,8 +25,8 @@ dependencies {
25
implementation "org.apache.httpcomponents:fluent-hc:4.5.5"
26
testImplementation 'io.contract-testing.contractcase:contract-case:0.1.0'
27
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
28
- compileOnly 'org.projectlombok:lombok:1.18.28'
29
- annotationProcessor 'org.projectlombok:lombok:1.18.28'
+ compileOnly 'org.projectlombok:lombok:1.18.32'
+ annotationProcessor 'org.projectlombok:lombok:1.18.32'
30
testImplementation('org.springframework.boot:spring-boot-starter-test:2.7.18') {
31
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
32
}
0 commit comments