Skip to content

Commit 92cb264

Browse files
authored
Merge branch 'main' into feat/tombstone_integration
2 parents a8ea230 + d36d909 commit 92cb264

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @adinauer @romtsn @stefanosiano @markushi @lcian
1+
* @adinauer @romtsn @markushi @lcian

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
3737

3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # pin@v2
39+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # pin@v2
4040
with:
4141
languages: 'java'
4242

@@ -45,4 +45,4 @@ jobs:
4545
./gradlew buildForCodeQL --no-build-cache
4646
4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # pin@v2
48+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # pin@v2

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ SentryAndroid.init(
6464

6565
- Support `span` envelope item type ([#4935](https://github.com/getsentry/sentry-java/pull/4935))
6666

67+
### Dependencies
68+
69+
- Bump Native SDK from v0.12.1 to v0.12.2 ([#4944](https://github.com/getsentry/sentry-java/pull/4944))
70+
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0122)
71+
- [diff](https://github.com/getsentry/sentry-native/compare/0.12.1...0.12.2)
72+
6773
## 8.27.1
6874

6975
### Fixes

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ quartz = { module = "org.quartz-scheduler:quartz", version = "2.3.0" }
146146
reactor-core = { module = "io.projectreactor:reactor-core", version = "3.5.3" }
147147
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
148148
retrofit-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
149-
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.12.1" }
149+
sentry-native-ndk = { module = "io.sentry:sentry-native-ndk", version = "0.12.2" }
150150
servlet-api = { module = "javax.servlet:javax.servlet-api", version = "3.1.0" }
151151
servlet-jakarta-api = { module = "jakarta.servlet:jakarta.servlet-api", version = "6.1.0" }
152152
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }

0 commit comments

Comments
 (0)