Skip to content

Commit a3283b4

Browse files
chore: update scripts/update-java.sh to 7.1.0 (#164)
Co-authored-by: GitHub <[email protected]>
1 parent 2db6953 commit a3283b4

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
@@ -4,9 +4,9 @@
44

55
### Dependencies
66

7-
- Bump Java SDK from v6.33.1 to v7.0.0 ([#157](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/157))
8-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#700)
9-
- [diff](https://github.com/getsentry/sentry-java/compare/6.33.1...7.0.0)
7+
- Bump Java SDK from v6.33.1 to v7.1.0 ([#157](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/157), [#164](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/164))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#710)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/6.33.1...7.1.0)
1010
- Bump Cocoa SDK from v8.4.0 to v8.17.1 ([#158](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/158))
1111
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8171)
1212
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.4.0...8.17.1)

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

0 commit comments

Comments
 (0)