Skip to content

Commit 6da1721

Browse files
chore: update scripts/update-java.sh to 8.8.0 (#364)
Co-authored-by: GitHub <[email protected]>
1 parent c746f36 commit 6da1721

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
@@ -15,9 +15,9 @@
1515
- Bump Cocoa SDK from v8.44.0 to v8.48.0 ([#345](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/345))
1616
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8480)
1717
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.44.0...8.48.0)
18-
- Bump Java SDK from v7.18.1 to v8.6.0 ([#350](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/350))
19-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#860)
20-
- [diff](https://github.com/getsentry/sentry-java/compare/7.18.1...8.6.0)
18+
- Bump Java SDK from v7.18.1 to v8.8.0 ([#350](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/350), [#364](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/364))
19+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#880)
20+
- [diff](https://github.com/getsentry/sentry-java/compare/7.18.1...8.8.0)
2121

2222
## 0.11.0
2323

buildSrc/src/main/java/Config.kt

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

35-
val sentryJavaVersion = "8.6.0"
35+
val sentryJavaVersion = "8.8.0"
3636
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
3737
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"
3838

0 commit comments

Comments
 (0)