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 3ebaeb5 + c3e9328 commit fa864edCopy full SHA for fa864ed
CHANGELOG.md
@@ -19,6 +19,7 @@
19
- Bump Native SDK from v0.11.3 to v0.12.1 ([#4859](https://github.com/getsentry/sentry-java/pull/4859))
20
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0121)
21
- [diff](https://github.com/getsentry/sentry-native/compare/0.11.3...0.12.1)
22
+- Bump Spring Boot 4 to RC2 ([#4886](https://github.com/getsentry/sentry-java/pull/4886))
23
24
## 8.25.0
25
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