Skip to content

Commit 90aaaa7

Browse files
chore: update scripts/update-java.sh to 7.13.0 (#248)
Co-authored-by: GitHub <[email protected]>
1 parent 3b32ee4 commit 90aaaa7

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
@@ -5,9 +5,9 @@
55
### Dependencies
66

77
- Bump Kotlin version from v1.9.21 to v1.9.23 ([#250](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/250))
8-
- Bump Java SDK from v7.9.0 to v7.12.0 ([#236](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/236), [#242](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/242))
9-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7120)
10-
- [diff](https://github.com/getsentry/sentry-java/compare/7.9.0...7.12.0)
8+
- Bump Java SDK from v7.9.0 to v7.13.0 ([#236](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/236), [#242](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/242), [#248](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/248))
9+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7130)
10+
- [diff](https://github.com/getsentry/sentry-java/compare/7.9.0...7.13.0)
1111

1212
## 0.7.1
1313

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 = "7.12.0"
35+
val sentryJavaVersion = "7.13.0"
3636
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
3737
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"
3838

0 commit comments

Comments
 (0)