From 2d5f8234eb9f8a78ca816ba877cf4fcdf0bdc308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:02:44 +0000 Subject: [PATCH] chore(deps): bump jni from 0.11.0 to 0.13.0 in /packages/native/storage Bumps [jni](https://github.com/dart-lang/native/tree/main/pkgs) from 0.11.0 to 0.13.0. - [Release notes](https://github.com/dart-lang/native/releases) - [Commits](https://github.com/dart-lang/native/commits/HEAD/pkgs) --- updated-dependencies: - dependency-name: jni dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/native/storage/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/native/storage/pubspec.yaml b/packages/native/storage/pubspec.yaml index 6608341..9d5cdcf 100644 --- a/packages/native/storage/pubspec.yaml +++ b/packages/native/storage/pubspec.yaml @@ -18,7 +18,7 @@ platforms: dependencies: ffi: ^2.1.2 - jni: ^0.11.0 + jni: ">=0.11.0 <0.14.0" logging: ^1.2.0 meta: ^1.11.0 path: ^1.9.0