From 2c42228887e00b9f0d7e1e7226b4b026bcbf960f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:23:32 +0000 Subject: [PATCH 1/2] build(deps): bump sentry from 0.9.0 to 0.10.0 Bumps `sentry` from 0.9.0 to 0.10.0. Updates `io.sentry:sentry-kotlin-multiplatform` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/getsentry/sentry-kotlin-multiplatform/releases) - [Changelog](https://github.com/getsentry/sentry-kotlin-multiplatform/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-kotlin-multiplatform/compare/0.9.0...0.10.0) Updates `io.sentry.kotlin.multiplatform.gradle` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/getsentry/sentry-kotlin-multiplatform/releases) - [Changelog](https://github.com/getsentry/sentry-kotlin-multiplatform/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-kotlin-multiplatform/compare/0.9.0...0.10.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-kotlin-multiplatform dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.sentry.kotlin.multiplatform.gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4ee60049b..ca4113c8d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ mokkery = "2.6.1" okhttp = "4.12.0" okio = "3.9.1" playServicesLocation = "21.3.0" -sentry = "0.9.0" +sentry = "0.10.0" sentryGradle = "4.14.1" skie = "0.10.0" spatialk = "0.3.0" From c6f856c6f60bf71efd0b3e30643d9e37609ff92f Mon Sep 17 00:00:00 2001 From: jackcurtis Date: Tue, 7 Jan 2025 09:28:33 -0500 Subject: [PATCH 2/2] testing bundle exec pod update --- iosApp/Podfile.lock | 12 ++++++------ shared/shared.podspec | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/iosApp/Podfile.lock b/iosApp/Podfile.lock index 5e74dcef5..c7543d3d6 100644 --- a/iosApp/Podfile.lock +++ b/iosApp/Podfile.lock @@ -1,9 +1,9 @@ PODS: - - Sentry (8.36.0): - - Sentry/Core (= 8.36.0) - - Sentry/Core (8.36.0) + - Sentry (8.38.0): + - Sentry/Core (= 8.38.0) + - Sentry/Core (8.38.0) - shared (1.0): - - Sentry (~> 8.36.0) + - Sentry (~> 8.38.0) DEPENDENCIES: - shared (from `../shared/`) @@ -17,8 +17,8 @@ EXTERNAL SOURCES: :path: "../shared/" SPEC CHECKSUMS: - Sentry: f8374b5415bc38dfb5645941b3ae31230fbeae57 - shared: c9d6620ad892f28b622235dc5e38cbdeec6b4fc6 + Sentry: 205813e7e758b53df157cedb8c55b31a14300645 + shared: b3a3fa1d18f2a2cf045c1650b70d4bfced347e36 PODFILE CHECKSUM: 32413a7fdb16d40c9f57cf8da0c74d4507ff5f90 diff --git a/shared/shared.podspec b/shared/shared.podspec index 015b1417f..770572140 100644 --- a/shared/shared.podspec +++ b/shared/shared.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.vendored_frameworks = 'build/cocoapods/framework/shared.framework' spec.libraries = 'c++' spec.ios.deployment_target = '15.0' - spec.dependency 'Sentry', '~> 8.36.0' + spec.dependency 'Sentry', '~> 8.38.0' if !Dir.exist?('build/cocoapods/framework/shared.framework') || Dir.empty?('build/cocoapods/framework/shared.framework') raise "