Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spring-boot-2-demo-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation("ch.qos.logback:logback-classic:1.2.13") {
because("The version is higher than in BOM")
}
implementation("net.logstash.logback:logstash-logback-encoder:7.3") {
implementation("net.logstash.logback:logstash-logback-encoder:8.1") {
because("Versions that are higher require slf4j 2")
}

Expand Down
2 changes: 1 addition & 1 deletion spring-boot-3-demo-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation("org.liquibase:liquibase-core")
implementation("com.github.blagerweij:liquibase-sessionlock")
implementation("net.ttddyy.observation:datasource-micrometer-spring-boot:1.1.0")
implementation("net.logstash.logback:logstash-logback-encoder:8.0")
implementation("net.logstash.logback:logstash-logback-encoder:8.1")

testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.springframework.boot:spring-boot-starter-webflux")
Expand Down
Loading