Skip to content

Commit 08d1fa0

Browse files
authored
Merge branch 'main' into fix/user-attributes-logs-metrics
2 parents 3b6b52f + a08aa02 commit 08d1fa0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
### Dependencies
2020

21-
- Bump Native SDK from v0.12.4 to v0.12.6 ([#5071](https://github.com/getsentry/sentry-java/pull/5071))
22-
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0126)
23-
- [diff](https://github.com/getsentry/sentry-native/compare/0.12.4...0.12.6)
21+
- Bump Native SDK from v0.12.4 to v0.12.7 ([#5071](https://github.com/getsentry/sentry-java/pull/5071), [#5098](https://github.com/getsentry/sentry-java/pull/5098))
22+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0127)
23+
- [diff](https://github.com/getsentry/sentry-native/compare/0.12.4...0.12.7)
2424

2525
### Internal
2626

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
149149
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
150150
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
151151
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
152-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.12.6" }
152+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.12.7" }
153153
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
154154
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
155155
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)