diff --git a/SpringBootLogStash/build.gradle b/SpringBootLogStash/build.gradle index 65725903..2745fa4b 100644 --- a/SpringBootLogStash/build.gradle +++ b/SpringBootLogStash/build.gradle @@ -13,7 +13,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' - implementation 'net.logstash.logback:logstash-logback-encoder:8.0' + implementation 'net.logstash.logback:logstash-logback-encoder:8.1' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok'