File tree 2 files changed +2
-2
lines changed
src/main/resources/buf/validate
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Version of buf.build/bufbuild/protovalidate to use.
2
- protovalidate.version = v0.11.0
2
+ protovalidate.version = v0.11.1
3
3
4
4
# Arguments to the protovalidate-conformance CLI
5
5
protovalidate.conformance.args = --strict_message --strict_error --expected_failures=expected-failures.yaml
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ message FieldRules {
184
184
// described as "serialized in the wire format," which includes:
185
185
//
186
186
// - the following "nullable" fields must be explicitly set to be considered populated:
187
- // - singular message fields (whose fields may be unpopulated/ default values)
187
+ // - singular message fields (whose fields may be unpopulated / default values)
188
188
// - member fields of a oneof (may be their default value)
189
189
// - proto3 optional fields (may be their default value)
190
190
// - proto2 scalar fields (both optional and required)
You can’t perform that action at this time.
0 commit comments