Skip to content

Commit 3695453

Browse files
authored
Bump Spring Boot to 2.7.5 (#2383)
1 parent 16371c5 commit 3695453

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
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

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)