Skip to content

Commit

Permalink
chore: update scripts/update-java.sh to 7.12.0 (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow committed Jul 18, 2024
1 parent 770ecc8 commit 849f7d5
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.9.0 to v7.11.0 ([#236](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/236))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7110)
- [diff](https://github.com/getsentry/sentry-java/compare/7.9.0...7.11.0)
- 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))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7120)
- [diff](https://github.com/getsentry/sentry-java/compare/7.9.0...7.12.0)

## 0.7.1

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.11.0"
val sentryJavaVersion = "7.12.0"
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"

Expand Down

0 comments on commit 849f7d5

Please sign in to comment.