From 9c76bfab2f3d8bf6f7966c1c9099c1cbca936b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:29:50 +0000 Subject: [PATCH] chore(deps): bump patrol from 3.19.0 to 4.0.0 in /example Bumps [patrol](https://github.com/leancodepl/patrol/tree/master/packages) from 3.19.0 to 4.0.0. - [Release notes](https://github.com/leancodepl/patrol/releases) - [Commits](https://github.com/leancodepl/patrol/commits/patrol-v4.0.0/packages) --- updated-dependencies: - dependency-name: patrol dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 46cfae9a..ac1520bf 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -36,7 +36,7 @@ dev_dependencies: integration_test: sdk: flutter meta: any - patrol: 3.19.0 + patrol: 4.0.1 pub_semver: ^2.1.4 test_api: any