There was an error while loading. Please reload this page.
1 parent 08d7a5e commit 1efca95Copy full SHA for 1efca95
build.gradle
@@ -39,7 +39,7 @@ dependencies {
39
implementation 'org.springframework.boot:spring-boot-starter'
40
implementation 'org.springframework.boot:spring-boot-starter-aop'
41
implementation "net.devh:grpc-server-spring-boot-starter:${springBootGrpcVersion}"
42
- implementation "build.buf:protovalidate:0.2.1"
+ implementation "build.buf:protovalidate:1.0.1"
43
44
compileOnly 'jakarta.annotation:jakarta.annotation-api:1.3.5' // Java 9+ compatibility - Do NOT update to 2.0.0
45
0 commit comments