Skip to content

Commit 696ea16

Browse files
committed
Upgrade to Protovalidate 0.11.1
1 parent ff29603 commit 696ea16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version of buf.build/bufbuild/protovalidate to use.
2-
protovalidate.version = v0.11.0
2+
protovalidate.version = v0.11.1
33

44
# Arguments to the protovalidate-conformance CLI
55
protovalidate.conformance.args = --strict_message --strict_error --expected_failures=expected-failures.yaml

src/main/resources/buf/validate/validate.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ message FieldRules {
184184
// described as "serialized in the wire format," which includes:
185185
//
186186
// - 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)
188188
// - member fields of a oneof (may be their default value)
189189
// - proto3 optional fields (may be their default value)
190190
// - proto2 scalar fields (both optional and required)

0 commit comments

Comments
 (0)