Skip to content

Commit

Permalink
Require a package:jni version without known buffer overflows (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Nov 9, 2023
1 parent b2717ba commit f0a02f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pkgs/cronet_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.2

* Require `package:jni >= 0.7.2` to remove a potential buffer overflow.

## 0.4.1

* Require `package:jni >= 0.7.1` so that depending on `package:cronet_http`
Expand Down
4 changes: 2 additions & 2 deletions pkgs/cronet_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: cronet_http
description: >
An Android Flutter plugin that provides access to the Cronet HTTP client.
version: 0.4.1
version: 0.4.2
repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http

environment:
Expand All @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
http: '>=0.13.4 <2.0.0'
jni: ^0.7.1
jni: ^0.7.2

dev_dependencies:
dart_flutter_team_lints: ^1.0.0
Expand Down

0 comments on commit f0a02f9

Please sign in to comment.