File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
sentry-samples-spring-boot-jakarta-opentelemetry-noagent
sentry-samples-spring-boot-jakarta-opentelemetry
sentry-samples-spring-boot-jakarta
sentry-samples-spring-boot-webflux-jakarta Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
6262 }
6363 testImplementation(kotlin(Config .kotlinStdLib))
6464 testImplementation(Config .TestLibs .kotlinTestJunit)
65- testImplementation(" ch.qos.logback:logback-classic:1.3.5 " )
65+ testImplementation(" ch.qos.logback:logback-classic:1.5.16 " )
6666 testImplementation(Config .Libs .slf4jApi2)
6767 testImplementation(Config .Libs .apolloKotlin)
6868}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ dependencies {
6363 }
6464 testImplementation(kotlin(Config .kotlinStdLib))
6565 testImplementation(Config .TestLibs .kotlinTestJunit)
66- testImplementation(" ch.qos.logback:logback-classic:1.3.5 " )
66+ testImplementation(" ch.qos.logback:logback-classic:1.5.16 " )
6767 testImplementation(Config .Libs .slf4jApi2)
6868 testImplementation(Config .Libs .apolloKotlin)
6969}
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dependencies {
6161 }
6262 testImplementation(kotlin(Config .kotlinStdLib))
6363 testImplementation(Config .TestLibs .kotlinTestJunit)
64- testImplementation(" ch.qos.logback:logback-classic:1.3.5 " )
64+ testImplementation(" ch.qos.logback:logback-classic:1.5.16 " )
6565 testImplementation(Config .Libs .slf4jApi2)
6666 testImplementation(Config .Libs .apolloKotlin)
6767 testImplementation(projects.sentry)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
3535 }
3636 testImplementation(kotlin(Config .kotlinStdLib))
3737 testImplementation(Config .TestLibs .kotlinTestJunit)
38- testImplementation(" ch.qos.logback:logback-classic:1.3.5 " )
38+ testImplementation(" ch.qos.logback:logback-classic:1.5.16 " )
3939 testImplementation(Config .Libs .slf4jApi2)
4040 testImplementation(Config .Libs .apolloKotlin)
4141}
You can’t perform that action at this time.
0 commit comments