Skip to content

Commit

Permalink
chore(deps): update Java SDK to v6.32.0 (#131)
Browse files Browse the repository at this point in the history
* chore: update scripts/update-java.sh to 6.32.0

* Update CHANGELOG

---------

Co-authored-by: GitHub <[email protected]>
Co-authored-by: GIancarlo Buenaflor <[email protected]>
  • Loading branch information
3 people committed Oct 27, 2023
1 parent 005bdc1 commit d79012c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

- Remove need for context in Sentry.init for Android ([#117](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/117))

### Dependencies

- Bump Java SDK from v6.14.0 to v6.32.0 ([#131](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/131))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6320)
- [diff](https://github.com/getsentry/sentry-java/compare/6.14.0...6.32.0)

## 0.2.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Config {
object Libs {
val kotlinStd = "org.jetbrains.kotlin:kotlin-stdlib"

val sentryJavaVersion = "6.14.0"
val sentryJavaVersion = "6.32.0"
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"

Expand Down

0 comments on commit d79012c

Please sign in to comment.