File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
4242 implementation(" ch.qos.logback:logback-classic:1.2.13" ) {
4343 because(" The version is higher than in BOM" )
4444 }
45- implementation(" net.logstash.logback:logstash-logback-encoder:7.3 " ) {
45+ implementation(" net.logstash.logback:logstash-logback-encoder:8.1 " ) {
4646 because(" Versions that are higher require slf4j 2" )
4747 }
4848
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
3131 implementation(" org.liquibase:liquibase-core" )
3232 implementation(" com.github.blagerweij:liquibase-sessionlock" )
3333 implementation(" net.ttddyy.observation:datasource-micrometer-spring-boot:1.1.0" )
34- implementation(" net.logstash.logback:logstash-logback-encoder:8.0 " )
34+ implementation(" net.logstash.logback:logstash-logback-encoder:8.1 " )
3535
3636 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
3737 testImplementation(" org.springframework.boot:spring-boot-starter-webflux" )
You can’t perform that action at this time.
0 commit comments