File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
sentry-samples-spring-boot-jakarta-opentelemetry-noagent
sentry-samples-spring-boot-jakarta-opentelemetry
sentry-samples-spring-boot-jakarta Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
4646 implementation(Config .Libs .aspectj)
4747 implementation(Config .Libs .springBoot3Starter)
4848 implementation(Config .Libs .kotlinReflect)
49- implementation(Config .Libs .springBootStarterJdbc )
49+ implementation(Config .Libs .springBoot3StarterJdbc )
5050 implementation(kotlin(Config .kotlinStdLib, KotlinCompilerVersion .VERSION ))
5151 implementation(projects.sentrySpringBootStarterJakarta)
5252 implementation(projects.sentryLogback)
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies {
4747 implementation(Config .Libs .aspectj)
4848 implementation(Config .Libs .springBoot3Starter)
4949 implementation(Config .Libs .kotlinReflect)
50- implementation(Config .Libs .springBootStarterJdbc )
50+ implementation(Config .Libs .springBoot3StarterJdbc )
5151 implementation(kotlin(Config .kotlinStdLib, KotlinCompilerVersion .VERSION ))
5252 implementation(projects.sentrySpringBootStarterJakarta)
5353 implementation(projects.sentryLogback)
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
4646 implementation(Config .Libs .aspectj)
4747 implementation(Config .Libs .springBoot3Starter)
4848 implementation(Config .Libs .kotlinReflect)
49- implementation(Config .Libs .springBootStarterJdbc )
49+ implementation(Config .Libs .springBoot3StarterJdbc )
5050 implementation(kotlin(Config .kotlinStdLib, KotlinCompilerVersion .VERSION ))
5151 implementation(projects.sentrySpringBootStarterJakarta)
5252 implementation(projects.sentryLogback)
You can’t perform that action at this time.
0 commit comments