From 3695453b26c0145ad6fd6802f73e742847807048 Mon Sep 17 00:00:00 2001 From: Alexander Dinauer Date: Tue, 22 Nov 2022 13:34:22 +0100 Subject: [PATCH] Bump Spring Boot to 2.7.5 (#2383) --- CHANGELOG.md | 4 ++++ buildSrc/src/main/java/Config.kt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8c62beb1..fd81ae4b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/buildSrc/src/main/java/Config.kt b/buildSrc/src/main/java/Config.kt index 20aee6be05..7577d8f833 100644 --- a/buildSrc/src/main/java/Config.kt +++ b/buildSrc/src/main/java/Config.kt @@ -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"