Skip to content

Commit 739103f

Browse files
fix(deps): update protobuf monorepo to v3.25.7
1 parent b0c2375 commit 739103f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

semanticdb-kotlin/build.gradle.kts

Lines changed: 3 additions & 3 deletions
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:3.25.7")
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:3.25.7")
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:3.25.7"
5151
}
5252

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

semanticdb-kotlinc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
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", "3.25.7")
3333
implementation(projects.semanticdbKotlin)
3434

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

0 commit comments

Comments
 (0)