Skip to content

Commit 26864b5

Browse files
authored
Merge branch 'main' into rz/chore/7.22.5-changelog
2 parents 080bac2 + c4c33c3 commit 26864b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- Bump Native SDK from v0.8.1 to v0.8.2 ([#4267](https://github.com/getsentry/sentry-java/pull/4267))
1717
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#082)
1818
- [diff](https://github.com/getsentry/sentry-native/compare/0.8.1...0.8.2)
19+
- Bump Spring Boot from 2.7.5 to 2.7.18 ([#3496](https://github.com/getsentry/sentry-java/pull/3496))
1920

2021
## 8.5.0
2122

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Config {
66
val kotlinVersion = "1.9.24"
77
val kotlinStdLib = "stdlib-jdk8"
88

9-
val springBootVersion = "2.7.5"
9+
val springBootVersion = "2.7.18"
1010
val springBoot3Version = "3.4.2"
1111
val kotlinCompatibleLanguageVersion = "1.6"
1212

0 commit comments

Comments
 (0)