Skip to content

Commit

Permalink
Bump Spring Boot to 2.7.5 (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
adinauer committed Nov 22, 2022
1 parent 16371c5 commit 3695453
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,10 @@
- Fix Timber and Fragment integrations auto-installation for obfuscated builds ([#2379](https://github.com/getsentry/sentry-java/pull/2379))
- Don't attach screenshots to events from Hybrid SDKs ([#2360](https://github.com/getsentry/sentry-java/pull/2360))

### Dependencies

- Bump Spring Boot to 2.7.5 ([#2383](https://github.com/getsentry/sentry-java/pull/2383))

## 6.8.0

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Config.kt
Expand Up @@ -4,7 +4,7 @@ object Config {
val kotlinVersion = "1.6.10"
val kotlinStdLib = "stdlib-jdk8"

val springBootVersion = "2.7.4"
val springBootVersion = "2.7.5"
val springBoot3Version = "3.0.0-RC2"
val kotlinCompatibleLanguageVersion = "1.4"

Expand Down

0 comments on commit 3695453

Please sign in to comment.