From 5e829fbc6198745449eb33bb59f9c15f8af90858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 06:57:49 +0000 Subject: [PATCH] chore(deps): bump patrol from 3.14.1 to 3.15.1 in /example Bumps [patrol](https://github.com/leancodepl/patrol/tree/master/packages) from 3.14.1 to 3.15.1. - [Release notes](https://github.com/leancodepl/patrol/releases) - [Changelog](https://github.com/leancodepl/patrol/blob/master/docs/patrol-finders-release.mdx) - [Commits](https://github.com/leancodepl/patrol/commits/patrol-v3.15.1/packages) --- updated-dependencies: - dependency-name: patrol dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 25bf97f..2b7c4ee 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -36,7 +36,7 @@ dev_dependencies: integration_test: sdk: flutter meta: any - patrol: 3.14.1 # Patrol 3.15.1 has hang issues on Android. Pinging to 3.14.1 for now. + patrol: 3.15.1 # Patrol 3.15.1 has hang issues on Android. Pinging to 3.14.1 for now. pub_semver: ^2.1.4 test_api: any