Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit aaf4701

Browse files
committed
fix(deps): update dependency com.google.protobuf:protoc to v3.23.2
1 parent 9762562 commit aaf4701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobufs/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ sourceSets {
6868

6969
protobuf {
7070
protoc {
71-
artifact = "com.google.protobuf:protoc:3.23.1"
71+
artifact = "com.google.protobuf:protoc:3.23.2"
7272
}
7373

7474
plugins {

0 commit comments

Comments
 (0)