Skip to content

Commit c3b2fa0

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-java.sh to 7.8.0
1 parent 436ea75 commit c3b2fa0

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.4.0 to v7.7.0 ([#205](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/205))
8-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#770)
9-
- [diff](https://github.com/getsentry/sentry-java/compare/7.4.0...7.7.0)
7+
- Bump Java SDK from v7.4.0 to v7.8.0 ([#205](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/205), [#206](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/206))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#780)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/7.4.0...7.8.0)
1010

1111
## 0.5.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.7.0"
35+
val sentryJavaVersion = "7.8.0"
3636
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
3737
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"
3838

0 commit comments

Comments
 (0)