File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 88- Fix Timber and Fragment integrations auto-installation for obfuscated builds ([ #2379 ] ( https://github.com/getsentry/sentry-java/pull/2379 ) )
99- Don't attach screenshots to events from Hybrid SDKs ([ #2360 ] ( https://github.com/getsentry/sentry-java/pull/2360 ) )
1010
11+ ### Dependencies
12+
13+ - Bump Spring Boot to 2.7.5 ([ #2383 ] ( https://github.com/getsentry/sentry-java/pull/2383 ) )
14+
1115## 6.8.0
1216
1317### Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ object Config {
44 val kotlinVersion = " 1.6.10"
55 val kotlinStdLib = " stdlib-jdk8"
66
7- val springBootVersion = " 2.7.4 "
7+ val springBootVersion = " 2.7.5 "
88 val springBoot3Version = " 3.0.0-RC2"
99 val kotlinCompatibleLanguageVersion = " 1.4"
1010
You can’t perform that action at this time.
0 commit comments