We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc35bb commit c3e9328Copy full SHA for c3e9328
CHANGELOG.md
@@ -18,6 +18,7 @@
18
- Bump Native SDK from v0.11.3 to v0.12.1 ([#4859](https://github.com/getsentry/sentry-java/pull/4859))
19
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0121)
20
- [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))
22
23
## 8.25.0
24
gradle/libs.versions.toml
@@ -31,7 +31,7 @@ retrofit = "2.9.0"
31
slf4j = "1.7.30"
32
springboot2 = "2.7.18"
33
springboot3 = "3.5.0"
34
-springboot4 = "4.0.0-RC1"
+springboot4 = "4.0.0-RC2"
35
# Android
36
targetSdk = "34"
37
compileSdk = "34"
0 commit comments