Skip to content

Commit

Permalink
Update Protocol Buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2023
1 parent 84ed2f8 commit 9fb7698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ p8eScopeSdk = "0.6.4"
## Protocol Buffers
grpc = "1.45.0"
krotoPlus = "0.6.1"
protobuf = "3.20.1"
protobuf_gradle_plugin = "0.8.18"
protobuf = "3.20.3"
protobuf_gradle_plugin = "0.8.19"
protocGenValidate = "0.6.7"
## Jackson
jackson_kotlin = "2.13.5"
Expand Down
2 changes: 1 addition & 1 deletion proto/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ dependencies {
protobuf {
protoc {
// The artifact spec for the Protobuf Compiler
artifact = "com.google.protobuf:protoc:3.20.1"
artifact = "com.google.protobuf:protoc:3.20.3"
}
}

0 comments on commit 9fb7698

Please sign in to comment.