From 6134c440aa48418f39d3d3732717d1169726c5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 01:00:42 +0000 Subject: [PATCH] build(deps): bump flutter_local_notifications Bumps [flutter_local_notifications](https://github.com/MaikuB/flutter_local_notifications) from 14.1.2 to 15.1.0+1. - [Release notes](https://github.com/MaikuB/flutter_local_notifications/releases) - [Commits](https://github.com/MaikuB/flutter_local_notifications/compare/flutter_local_notifications-v14.1.2...flutter_local_notifications-v15.1.0) --- updated-dependencies: - dependency-name: flutter_local_notifications dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/notification_sender/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/notification_sender/pubspec.yaml b/packages/notification_sender/pubspec.yaml index 68dec3f7..4edd2d77 100644 --- a/packages/notification_sender/pubspec.yaml +++ b/packages/notification_sender/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - flutter_local_notifications: ^14.0.0+1 + flutter_local_notifications: ^15.1.0+1 riverpod: ^2.3.0 riverpod_annotation: ^2.0.0 timezone: ^0.9.0