Skip to content

Commit 4abc388

Browse files
github-actions[bot]web-flowbuenaflor
authored
chore(deps): update Java SDK to v8.16.0 (#407)
* chore: update scripts/update-java.sh to 8.16.0 * Update * Update * Update Podfile.lock --------- Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Giancarlo Buenaflor <giancarlobuenaflor97@gmail.com>
1 parent c7b2a85 commit 4abc388

File tree

6 files changed

+13
-9
lines changed

6 files changed

+13
-9
lines changed

.github/workflows/kotlin-multiplatform-gradle-plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- '.github/workflows/kotlin-multiplatform-gradle-plugin.yml'
1010
- 'sentry-kotlin-multiplatform-gradle-plugin/**'
1111
- 'sentry-samples/**'
12+
- 'buildSrc/src/'
1213
- '!**/*.md'
1314

1415
concurrency:

.github/workflows/kotlin-multiplatform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
- '.github/workflows/kotlin-multiplatform.yml'
1010
- 'kotlin-multiplatform/**'
1111
- 'sentry-samples/**'
12+
- 'buildSrc/src/'
1213
- '!**/*.md'
1314

14-
1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref }}
1717
cancel-in-progress: true

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- Bump Cocoa SDK from v8.49.1 to v8.53.1 ([#405](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/405))
88
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8531)
99
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.49.1...8.53.1)
10+
- Bump Java SDK from v8.15.1 to v8.16.0 ([#407](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/407))
11+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8160)
12+
- [diff](https://github.com/getsentry/sentry-java/compare/8.15.1...8.16.0)
1013

1114
## 0.13.0
1215

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

sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- Sentry (8.49.1):
3-
- Sentry/Core (= 8.49.1)
4-
- Sentry/Core (8.49.1)
2+
- Sentry (8.53.1):
3+
- Sentry/Core (= 8.53.1)
4+
- Sentry/Core (8.53.1)
55
- shared (1.0):
6-
- Sentry (= 8.49.1)
6+
- Sentry (= 8.53.1)
77

88
DEPENDENCIES:
99
- shared (from `../shared`)
@@ -17,8 +17,8 @@ EXTERNAL SOURCES:
1717
:path: "../shared"
1818

1919
SPEC CHECKSUMS:
20-
Sentry: f85e0dc4b70846df15384e7412e52ba50783dfca
21-
shared: e1ee1549b2a6644585d68979ba7fc647c19fe0c2
20+
Sentry: 1e4e974d45f09d153af4b30b42acfb1c79e957d3
21+
shared: 303fc7502580d8fb5e44fe7381fe269ada0e793c
2222

2323
PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756
2424

sentry-samples/kmp-app-cocoapods/shared/shared.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99
spec.vendored_frameworks = 'build/cocoapods/framework/shared.framework'
1010
spec.libraries = 'c++'
1111
spec.ios.deployment_target = '14.1'
12-
spec.dependency 'Sentry', '8.49.1'
12+
spec.dependency 'Sentry', '8.53.1'
1313

1414
if !Dir.exist?('build/cocoapods/framework/shared.framework') || Dir.empty?('build/cocoapods/framework/shared.framework')
1515
raise "

0 commit comments

Comments
 (0)