Skip to content

Commit c2ae57b

Browse files
authored
Merge branch 'main' into feat/profiling-remove-vendored-code
2 parents e419a13 + c3e9328 commit c2ae57b

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
@@ -23,6 +23,7 @@
2323
- Bump Native SDK from v0.11.3 to v0.12.1 ([#4859](https://github.com/getsentry/sentry-java/pull/4859))
2424
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0121)
2525
- [diff](https://github.com/getsentry/sentry-native/compare/0.11.3...0.12.1)
26+
- Bump Spring Boot 4 to RC2 ([#4886](https://github.com/getsentry/sentry-java/pull/4886))
2627

2728
## 8.25.0
2829

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ retrofit = "2.9.0"
3131
slf4j = "1.7.30"
3232
springboot2 = "2.7.18"
3333
springboot3 = "3.5.0"
34-
springboot4 = "4.0.0-RC1"
34+
springboot4 = "4.0.0-RC2"
3535
# Android
3636
targetSdk = "34"
3737
compileSdk = "34"

0 commit comments

Comments
 (0)