diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index bedc6c9..2950c2a 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -3,7 +3,7 @@ jobs: build: runs-on: docker container: - image: ghcr.io/cirruslabs/flutter:3.24.4 + image: ghcr.io/cirruslabs/flutter:3.27.1 steps: - name: Prepare requirements run: | diff --git a/pubspec.yaml b/pubspec.yaml index ff92eef..8b2f22b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: provider: 6.1.2 stacked: 3.4.3 get_it: 7.7.0 - logger: 2.4.0 + logger: 2.5.0 shared_preferences: 2.3.2 http: 1.2.2 validators: 3.0.0 @@ -43,14 +43,14 @@ dependencies: intl: 0.19.0 path: 1.9.0 flutter_sharing_intent: 1.1.1 - device_info_plus: 11.1.0 + device_info_plus: 11.2.0 dev_dependencies: flutter_test: sdk: flutter build_runner: 2.4.13 built_value_generator: 8.9.2 - json_serializable: 6.8.0 + json_serializable: 6.9.2 flutter_lints: 5.0.0 # For information on the generic Dart part of this file, see the