Skip to content

Commit 3abc882

Browse files
fix(deps): update dependency com.google.protobuf:protobuf-java to v3.24.4
1 parent d468d07 commit 3abc882

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
@@ -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.24.4")
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.24.4")
2525
compileOnly("com.sourcegraph", "semanticdb-javac", "0.8.23")
2626
}
2727

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.24.4")
3333
implementation(projects.semanticdbKotlin)
3434

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

0 commit comments

Comments
 (0)