Skip to content

Commit

Permalink
automated changes
Browse files Browse the repository at this point in the history
Signed-off-by: vdaas-ci <[email protected]>
  • Loading branch information
vdaas-ci committed Sep 14, 2024
1 parent dff6bf9 commit f203423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.30.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
classpath 'build.buf:buf-gradle-plugin:0.9.1'
classpath 'build.buf:buf-gradle-plugin:0.10.0'
}
}

Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies {
implementation 'io.grpc:grpc-protobuf:1.66.0'
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '3.25.1'
implementation 'javax.annotation:javax.annotation-api:1.3.2'
implementation 'build.buf:protovalidate:0.2.1'
implementation 'build.buf:protovalidate:0.3.1'

testImplementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.20'
testImplementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2'
Expand Down

0 comments on commit f203423

Please sign in to comment.