diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc7b6bb..2346cee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Conviva + - Bumped the Conviva SDK dependency to 4.2.4. + ## [10.4.0] - 2025-11-05 ### Fixed diff --git a/THEOplayer-Connector-Conviva.podspec b/THEOplayer-Connector-Conviva.podspec index c1e57966..9e697bff 100644 --- a/THEOplayer-Connector-Conviva.podspec +++ b/THEOplayer-Connector-Conviva.podspec @@ -21,7 +21,7 @@ Pod::Spec.new do |s| # --- Subspec: Base (THEOplayer Conviva) --- s.subspec 'Base' do |base| base.source_files = 'Code/Conviva/Source/Base/**/*' - base.dependency 'ConvivaSDK', '4.0.51' + base.dependency 'ConvivaSDK', '4.2.4' base.dependency 'THEOplayerSDK-core', "~> 10.2" base.dependency 'THEOplayer-Connector-Utilities', "~> " + theoplayer_connector_major_minor_version, ">= " + theoplayer_connector_version end diff --git a/THEOplayer-Connector-Utilities.podspec b/THEOplayer-Connector-Utilities.podspec index 022acd88..46544ac0 100644 --- a/THEOplayer-Connector-Utilities.podspec +++ b/THEOplayer-Connector-Utilities.podspec @@ -19,6 +19,5 @@ Pod::Spec.new do |s| s.static_framework = true s.swift_versions = ['5.3', '5.4', '5.5', '5.6', '5.7'] - s.dependency 'ConvivaSDK', '4.0.51' s.dependency 'THEOplayerSDK-core', "~> 10" end