Skip to content

Commit 618a235

Browse files
github-actions[bot]web-flowbuenaflor
authored
chore: update scripts/update-java.sh to 7.4.0 (#189)
Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Giancarlo Buenaflor <giancarlo.buenaflor@sentry.io>
1 parent ca882cb commit 618a235

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
@@ -12,9 +12,9 @@
1212
- Bump Cocoa SDK from v8.17.2 to v8.20.0 ([#180](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/180), [#182](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/182))
1313
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8200)
1414
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.17.2...8.20.0)
15-
- Bump Java SDK from v7.1.0 to v7.3.0 ([#177](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/177), [#181](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/181))
16-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#730)
17-
- [diff](https://github.com/getsentry/sentry-java/compare/7.1.0...7.3.0)
15+
- Bump Java SDK from v7.1.0 to v7.4.0 ([#177](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/177), [#181](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/181), [#189](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/189))
16+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#740)
17+
- [diff](https://github.com/getsentry/sentry-java/compare/7.1.0...7.4.0)
1818

1919
## 0.4.0
2020

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

0 commit comments

Comments
 (0)