Skip to content

Commit f0a02f9

Browse files
authored
Require a package:jni version without known buffer overflows (#1044)
1 parent b2717ba commit f0a02f9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pkgs/cronet_http/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.2
2+
3+
* Require `package:jni >= 0.7.2` to remove a potential buffer overflow.
4+
15
## 0.4.1
26

37
* Require `package:jni >= 0.7.1` so that depending on `package:cronet_http`

pkgs/cronet_http/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cronet_http
22
description: >
33
An Android Flutter plugin that provides access to the Cronet HTTP client.
4-
version: 0.4.1
4+
version: 0.4.2
55
repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http
66

77
environment:
@@ -12,7 +12,7 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414
http: '>=0.13.4 <2.0.0'
15-
jni: ^0.7.1
15+
jni: ^0.7.2
1616

1717
dev_dependencies:
1818
dart_flutter_team_lints: ^1.0.0

0 commit comments

Comments
 (0)