diff --git a/tests/android/settings.gradle b/tests/android/settings.gradle index 45f4c66d..c211ea54 100644 --- a/tests/android/settings.gradle +++ b/tests/android/settings.gradle @@ -19,7 +19,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version "8.7.3" apply false - id "org.jetbrains.kotlin.android" version "2.1.0" apply false + id "org.jetbrains.kotlin.android" version "2.3.0" apply false id "com.google.gms.google-services" version "4.4.2" apply false } diff --git a/tests/ios/Podfile b/tests/ios/Podfile index c7fc4eaf..1450c7d9 100644 --- a/tests/ios/Podfile +++ b/tests/ios/Podfile @@ -29,7 +29,7 @@ flutter_ios_podfile_setup target 'Runner' do use_frameworks! use_modular_headers! - pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '12.15.0' + pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '12.18.0' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) target 'RunnerTests' do diff --git a/tests/macos/Podfile b/tests/macos/Podfile index e73c57c4..73dca773 100644 --- a/tests/macos/Podfile +++ b/tests/macos/Podfile @@ -30,7 +30,7 @@ target 'Runner' do use_frameworks! use_modular_headers! - pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '12.15.0' + pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '12.18.0' flutter_install_all_macos_pods File.dirname(File.realpath(__FILE__)) target 'RunnerTests' do diff --git a/tests/pubspec.yaml b/tests/pubspec.yaml index 0c1a21fa..93d93347 100644 --- a/tests/pubspec.yaml +++ b/tests/pubspec.yaml @@ -12,8 +12,8 @@ dependencies: flutter: sdk: flutter cupertino_icons: ^1.0.6 - firebase_auth: ^6.5.4 - firebase_core: ^4.11.0 + firebase_auth: 6.6.1 + firebase_core: 4.14.0 firebase_ui_auth: ^3.1.0 firebase_ui_localizations: ^2.1.0 firebase_ui_oauth_apple: ^2.1.0 @@ -23,7 +23,7 @@ dependencies: flutter_facebook_auth: ^7.1.2 twitter_login: ^4.4.2 firebase_ui_oauth_twitter: ^2.1.0 - cloud_firestore: ^6.6.0 + cloud_firestore: 6.9.0 firebase_ui_firestore: ^2.1.0 http: ^1.1.2 google_sign_in: ^6.2.1