Skip to content

Commit 8e010a2

Browse files
fix(deps): update dependency com.google.protobuf:protoc to v3.22.3
1 parent 51b3e0d commit 8e010a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semanticdb-kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ krotoPlus {
5858

5959
protobuf {
6060
protoc {
61-
artifact = "com.google.protobuf:protoc:3.15.7"
61+
artifact = "com.google.protobuf:protoc:3.22.3"
6262
}
6363

6464
generatedFilesBaseDir = kotlin.sourceSets.main.get().kotlin.srcDirs.first().path.split(":")[0].removeSuffix("main/kotlin")

0 commit comments

Comments
 (0)