Skip to content

Commit

Permalink
chore: update scripts/update-java.sh to 7.8.0 (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow authored Apr 22, 2024
1 parent 436ea75 commit bfd39fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

### Dependencies

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

## 0.5.0

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Config {
object Libs {
val kotlinStd = "org.jetbrains.kotlin:kotlin-stdlib"

val sentryJavaVersion = "7.7.0"
val sentryJavaVersion = "7.8.0"
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"

Expand Down

0 comments on commit bfd39fe

Please sign in to comment.