File tree Expand file tree Collapse file tree
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 Original file line number Diff line number Diff line change 2121- Set mechanism ` type ` to ` suppressed ` for suppressed exceptions ([ #4125 ] ( https://github.com/getsentry/sentry-java/pull/4125 ) )
2222 - This helps to distinguish an exceptions cause from any suppressed exceptions in the Sentry UI
2323
24+ ### Dependencies
25+
26+ - Bump Spring Boot to ` 3.4.2 ` ([ #4081 ] ( https://github.com/getsentry/sentry-java/pull/4081 ) )
27+
2428## 8.0.0
2529
2630### Summary
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ object Config {
77 val kotlinStdLib = " stdlib-jdk8"
88
99 val springBootVersion = " 2.7.5"
10- val springBoot3Version = " 3.4.0 "
10+ val springBoot3Version = " 3.4.2 "
1111 val kotlinCompatibleLanguageVersion = " 1.4"
1212
1313 val composeVersion = " 1.5.3"
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)
@@ -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 @@ -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)
@@ -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 @@ -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)
@@ -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