Skip to content

Commit 782ec8b

Browse files
fix(deps): update protobuf monorepo to v4
1 parent b0c2375 commit 782ec8b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

semanticdb-kotlin/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ buildscript {
1515
}
1616

1717
dependencies {
18-
classpath("com.google.protobuf:protobuf-java:3.17.3")
18+
classpath("com.google.protobuf:protobuf-java:4.30.0")
1919
}
2020
}
2121

2222
dependencies {
2323
implementation(kotlin("stdlib"))
24-
implementation("com.google.protobuf:protobuf-java:3.17.3")
24+
implementation("com.google.protobuf:protobuf-java:4.30.0")
2525
compileOnly("com.sourcegraph", "semanticdb-javac", "0.8.23")
2626
}
2727

@@ -47,7 +47,7 @@ afterEvaluate {
4747

4848
protobuf {
4949
protoc {
50-
artifact = "com.google.protobuf:protoc:3.17.3"
50+
artifact = "com.google.protobuf:protoc:4.30.1"
5151
}
5252

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

semanticdb-kotlinc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ val snapshotsImplementation: Configuration by configurations.getting {
2929
dependencies {
3030
implementation(kotlin("stdlib"))
3131
compileOnly(kotlin("compiler-embeddable"))
32-
implementation("com.google.protobuf", "protobuf-java", "3.15.7")
32+
implementation("com.google.protobuf", "protobuf-java", "4.30.0")
3333
implementation(projects.semanticdbKotlin)
3434

3535
testImplementation(kotlin("compiler-embeddable"))

0 commit comments

Comments
 (0)