From 7bdda4d9988f343bc47c73ea133c3569348245ee Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Mon, 19 Dec 2022 16:18:23 +0100 Subject: [PATCH] Bump deps --- android/app/build.gradle | 2 +- android/build.gradle | 4 ++-- android/flutter_plugins/qrscanner_zxing/android/build.gradle | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 63e499bc..5a653810 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -97,7 +97,7 @@ dependencies { // Lifecycle implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' - implementation 'androidx.fragment:fragment-ktx:1.5.4' + implementation 'androidx.fragment:fragment-ktx:1.5.5' implementation 'androidx.preference:preference-ktx:1.2.0' implementation 'com.google.android.material:material:1.7.0' diff --git a/android/build.gradle b/android/build.gradle index abea990e..9bbce3dc 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -9,7 +9,7 @@ buildscript { classpath 'com.android.tools.build:gradle:7.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version" - classpath 'com.google.android.gms:oss-licenses-plugin:0.10.5' + classpath 'com.google.android.gms:oss-licenses-plugin:0.10.6' } } @@ -27,7 +27,7 @@ allprojects { yubiKitVersion = "2.1.0" junitVersion = "4.13.2" - mockitoVersion = "4.9.0" + mockitoVersion = "4.10.0" } } diff --git a/android/flutter_plugins/qrscanner_zxing/android/build.gradle b/android/flutter_plugins/qrscanner_zxing/android/build.gradle index d9035733..99dd5674 100644 --- a/android/flutter_plugins/qrscanner_zxing/android/build.gradle +++ b/android/flutter_plugins/qrscanner_zxing/android/build.gradle @@ -46,7 +46,7 @@ android { } dependencies { - def camerax_version = "1.1.0" + def camerax_version = "1.2.0" implementation "androidx.camera:camera-lifecycle:${camerax_version}" implementation "androidx.camera:camera-view:${camerax_version}" implementation "androidx.camera:camera-camera2:${camerax_version}" diff --git a/pubspec.lock b/pubspec.lock index 721acdc9..f780529e 100755 --- a/pubspec.lock +++ b/pubspec.lock @@ -77,7 +77,7 @@ packages: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.3.2" + version: "2.3.3" build_runner_core: dependency: transitive description: @@ -242,7 +242,7 @@ packages: name: freezed url: "https://pub.dartlang.org" source: hosted - version: "2.3.0" + version: "2.3.2" freezed_annotation: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 44da981d..cd669ff1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -67,8 +67,8 @@ dev_dependencies: # rules and activating additional ones. flutter_lints: ^2.0.1 - build_runner: ^2.3.2 - freezed: ^2.2.1 + build_runner: ^2.3.3 + freezed: ^2.3.2 json_serializable: ^6.5.4 # For information on the generic Dart part of this file, see the