Skip to content

Commit

Permalink
build(deps): bump sentry from 0.9.0 to 0.10.0 (#534)
Browse files Browse the repository at this point in the history
* 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](getsentry/sentry-kotlin-multiplatform@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](getsentry/sentry-kotlin-multiplatform@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] <[email protected]>

* testing bundle exec pod update

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jackcurtis <[email protected]>
Co-authored-by: Jack Curtis <[email protected]>
  • Loading branch information
3 people authored Jan 9, 2025
1 parent 1b6251a commit 3f1a2de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
12 changes: 6 additions & 6 deletions iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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/`)
Expand All @@ -17,8 +17,8 @@ EXTERNAL SOURCES:
:path: "../shared/"

SPEC CHECKSUMS:
Sentry: f8374b5415bc38dfb5645941b3ae31230fbeae57
shared: c9d6620ad892f28b622235dc5e38cbdeec6b4fc6
Sentry: 205813e7e758b53df157cedb8c55b31a14300645
shared: b3a3fa1d18f2a2cf045c1650b70d4bfced347e36

PODFILE CHECKSUM: 32413a7fdb16d40c9f57cf8da0c74d4507ff5f90

Expand Down
2 changes: 1 addition & 1 deletion shared/shared.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 3f1a2de

Please sign in to comment.