From fa7ab97645adb3f0a376b3cdbb8ec6ad966e3dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 13:24:43 +0000 Subject: [PATCH] chore: bump github.com/mparticle/mparticle-apple-sdk Bumps [github.com/mparticle/mparticle-apple-sdk](https://github.com/mParticle/mparticle-apple-sdk) from 9.2.0 to 9.3.0. - [Release notes](https://github.com/mParticle/mparticle-apple-sdk/releases) - [Commits](https://github.com/mParticle/mparticle-apple-sdk/compare/v9.2.0...v9.3.0) --- updated-dependencies: - dependency-name: github.com/mparticle/mparticle-apple-sdk dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Sdk/MParticle.Maui.Sdk/macios/native/mParticleSPM/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sdk/MParticle.Maui.Sdk/macios/native/mParticleSPM/Package.swift b/Sdk/MParticle.Maui.Sdk/macios/native/mParticleSPM/Package.swift index bd51939..0a7b07b 100644 --- a/Sdk/MParticle.Maui.Sdk/macios/native/mParticleSPM/Package.swift +++ b/Sdk/MParticle.Maui.Sdk/macios/native/mParticleSPM/Package.swift @@ -17,7 +17,7 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package(url: "https://github.com/mParticle/mparticle-apple-sdk", exact: "9.2.0") + .package(url: "https://github.com/mParticle/mparticle-apple-sdk", exact: "9.3.0") ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.