Skip to content

Commit 18ca39a

Browse files
chore(deps): update dependency com.google.protobuf:protobuf-java to v3.21.2
1 parent 92f035e commit 18ca39a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

semanticdb-kotlin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ buildscript {
1616
}
1717

1818
dependencies {
19-
classpath("com.google.protobuf:protobuf-java:3.17.3")
19+
classpath("com.google.protobuf:protobuf-java:3.21.2")
2020
}
2121
}
2222

2323
dependencies {
2424
implementation(kotlin("stdlib"))
25-
implementation("com.google.protobuf:protobuf-java:3.17.3")
25+
implementation("com.google.protobuf:protobuf-java:3.21.2")
2626
compileOnly("com.sourcegraph", "semanticdb-javac", "0.6.12")
2727
}
2828

semanticdb-kotlinc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ val snapshotsImplementation: Configuration by configurations.getting {
3030
dependencies {
3131
implementation(kotlin("stdlib"))
3232
compileOnly(kotlin("compiler-embeddable"))
33-
implementation("com.google.protobuf", "protobuf-java", "3.15.7")
33+
implementation("com.google.protobuf", "protobuf-java", "3.21.2")
3434
implementation(projects.semanticdbKotlin)
3535

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

0 commit comments

Comments
 (0)