Skip to content

Commit a80bee6

Browse files
chore: update scripts/update-java.sh to 8.36.0 (#532)
Co-authored-by: GitHub <noreply@github.com>
1 parent 112fda0 commit a80bee6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

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

55
### Dependencies
66

7-
- Bump Java SDK from v8.31.0 to v8.34.1 ([#529](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/529))
8-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8341)
9-
- [diff](https://github.com/getsentry/sentry-java/compare/8.31.0...8.34.1)
7+
- Bump Java SDK from v8.31.0 to v8.36.0 ([#529](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/529), [#532](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/532))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8360)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/8.31.0...8.36.0)
1010

1111
## 0.24.0
1212

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object Config {
3333
object Libs {
3434
val kotlinStd = "org.jetbrains.kotlin:kotlin-stdlib"
3535

36-
val sentryJavaVersion = "8.34.1"
36+
val sentryJavaVersion = "8.36.0"
3737
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
3838
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"
3939

0 commit comments

Comments
 (0)