We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64198e1 commit d3287d4Copy full SHA for d3287d4
build.gradle
@@ -15,11 +15,10 @@ repositories {
15
16
dependencies {
17
implementation 'org.springframework.boot:spring-boot-starter-web'
18
- implementation 'ch.qos.logback:logback-classic:1.2.11'
19
- implementation 'net.logstash.logback:logstash-logback-encoder:7.2'
20
- implementation 'org.projectlombok:lombok:1.18.22'
21
- compileOnly 'org.projectlombok:lombok:1.18.24'
22
- annotationProcessor 'org.projectlombok:lombok:1.18.24'
+ implementation 'ch.qos.logback:logback-classic:1.4.14'
+ implementation 'net.logstash.logback:logstash-logback-encoder:8.0'
+ compileOnly 'org.projectlombok:lombok:1.18.34'
+ annotationProcessor 'org.projectlombok:lombok:1.18.34'
23
testImplementation 'org.springframework.boot:spring-boot-starter-test'
24
}
25
0 commit comments