Skip to content

Commit c3e9328

Browse files
authored
Bump Spring Boot 4 to RC2 (#4886)
* Bump Spring Boot 4 to RC2 * changelog
1 parent bbc35bb commit c3e9328

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

2223
## 8.25.0
2324

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)