diff --git a/Package.swift b/Package.swift index 5dd77463..a5266792 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( ) ], dependencies: [ - .package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.43.0"), + .package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.44.0"), ], targets: [ .target( diff --git a/StreamChatSwiftUI-XCFramework.podspec b/StreamChatSwiftUI-XCFramework.podspec index 1cc35d1b..f33a1daf 100644 --- a/StreamChatSwiftUI-XCFramework.podspec +++ b/StreamChatSwiftUI-XCFramework.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |spec| spec.framework = "Foundation", "UIKit", "SwiftUI" - spec.dependency "StreamChat-XCFramework", "~> 4.43.0" + spec.dependency "StreamChat-XCFramework", "~> 4.44.0" spec.cocoapods_version = ">= 1.11.0" end diff --git a/StreamChatSwiftUI.podspec b/StreamChatSwiftUI.podspec index 10c487c9..083f2e6b 100644 --- a/StreamChatSwiftUI.podspec +++ b/StreamChatSwiftUI.podspec @@ -19,6 +19,6 @@ Pod::Spec.new do |spec| spec.framework = "Foundation", "UIKit", "SwiftUI" - spec.dependency "StreamChat", "~> 4.43.0" + spec.dependency "StreamChat", "~> 4.44.0" end diff --git a/StreamChatSwiftUI.xcodeproj/project.pbxproj b/StreamChatSwiftUI.xcodeproj/project.pbxproj index 0547bb82..e502b47c 100644 --- a/StreamChatSwiftUI.xcodeproj/project.pbxproj +++ b/StreamChatSwiftUI.xcodeproj/project.pbxproj @@ -3266,7 +3266,7 @@ repositoryURL = "https://github.com/GetStream/stream-chat-swift.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 4.43.0; + minimumVersion = 4.44.0; }; }; A3571601283E9D9F0014E3B0 /* XCRemoteSwiftPackageReference "swifter" */ = { diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/APIClient_Mock.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/APIClient_Mock.swift index 57026170..528fe23c 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/APIClient_Mock.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/APIClient_Mock.swift @@ -4,10 +4,11 @@ import Foundation @testable import StreamChat +import StreamChatTestTools import XCTest /// Mock implementation of APIClient allowing easy control and simulation of responses. -class APIClientMock: APIClient, Spy { +class APIClientMock: APIClient, StreamChatTestTools.Spy { var recordedFunctions: [String] = [] /// The last endpoint `request` function was called with.