Skip to content

Commit c41d52a

Browse files
Bump protobuf and protoc_plugin (#2021)
Bumps [protobuf](https://github.com/google/protobuf.dart) and [protoc_plugin](https://github.com/google/protobuf.dart). These dependencies needed to be updated together. Updates `protobuf` from 2.1.0 to 3.0.0 - [Release notes](https://github.com/google/protobuf.dart/releases) - [Commits](google/protobuf.dart@protobuf-v2.1.0...protobuf-v3.0.0) Updates `protoc_plugin` from 20.0.1 to 21.0.0 - [Release notes](https://github.com/google/protobuf.dart/releases) - [Commits](google/protobuf.dart@protoc_plugin-v20.0.1...protoc_plugin-v21.0.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major - dependency-name: protoc_plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fce74c commit c41d52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
package_config: ^2.0.0
2424
path: ^1.8.0
2525
pool: ^1.5.1
26-
protobuf: ^2.0.0
26+
protobuf: ">=2.0.0 <4.0.0"
2727
pub_semver: ^2.0.0
2828
source_maps: ^0.10.10
2929
source_span: ^1.10.0
@@ -46,7 +46,7 @@ dev_dependencies:
4646
grinder: ^0.9.0
4747
node_preamble: ^2.0.2
4848
lints: ^2.0.0
49-
protoc_plugin: ^20.0.0
49+
protoc_plugin: ">=20.0.0 <22.0.0"
5050
pub_api_client: ^2.1.1
5151
pubspec_parse: ^1.0.0
5252
test: ^1.16.7

0 commit comments

Comments
 (0)