Skip to content

Commit d5983f7

Browse files
chore(deps): update Java SDK to v7.18.1 (#299)
Co-authored-by: GitHub <[email protected]>
1 parent 72477e9 commit d5983f7

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 v7.16.0 to v7.18.0 ([#295](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/295))
8-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7180)
9-
- [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...7.18.0)
7+
- Bump Java SDK from v7.16.0 to v7.18.1 ([#295](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/295), [#299](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/299))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7181)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...7.18.1)
1010

1111
## 0.10.0
1212

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

0 commit comments

Comments
 (0)