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.
2 parents e419a13 + c3e9328 commit c2ae57bCopy full SHA for c2ae57b
CHANGELOG.md
@@ -23,6 +23,7 @@
23
- Bump Native SDK from v0.11.3 to v0.12.1 ([#4859](https://github.com/getsentry/sentry-java/pull/4859))
24
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0121)
25
- [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))
27
28
## 8.25.0
29
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