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 1564554 commit feb0da6Copy full SHA for feb0da6
2 files changed
CHANGELOG.md
@@ -15,6 +15,10 @@
15
16
- Reject new logs if `LoggerBatchProcessor` is shutting down ([#5041](https://github.com/getsentry/sentry-java/pull/5041))
17
18
+### Fixes
19
+
20
+- Downgrade protobuf-javalite dependency from 4.33.1 to 3.25.8 ([#5044](https://github.com/getsentry/sentry-java/pull/5044))
21
22
### Dependencies
23
24
- Bump Native SDK from v0.12.2 to v0.12.3 ([#5012](https://github.com/getsentry/sentry-java/pull/5012))
gradle/libs.versions.toml
@@ -41,7 +41,7 @@ spotless = "7.0.4"
41
gummyBears = "0.12.0"
42
camerax = "1.3.0"
43
openfeature = "1.18.2"
44
-protobuf = "4.33.1"
+protobuf = "3.25.8"
45
46
[plugins]
47
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
0 commit comments