File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1515
1616- Reject new logs if `LoggerBatchProcessor` is shutting down ([#5041](https://github.com/getsentry/sentry-java/pull/5041))
1717
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+
1822### Dependencies
1923
2024- Bump Native SDK from v0.12.2 to v0.12.3 ([#5012](https://github.com/getsentry/sentry-java/pull/5012))
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ spotless = "7.0.4"
4141gummyBears = " 0.12.0"
4242camerax = " 1.3.0"
4343openfeature = " 1.18.2"
44- protobuf = " 4.33.1 "
44+ protobuf = " 3.25.8 "
4545
4646[plugins ]
4747kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
You can’t perform that action at this time.
0 commit comments