Skip to content

Commit

Permalink
fix(deps): update dependency com.google.protobuf:protobuf-java to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 25, 2024
1 parent 12d2b32 commit 0c1d2b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions semanticdb-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ buildscript {
}

dependencies {
classpath("com.google.protobuf:protobuf-java:3.17.3")
classpath("com.google.protobuf:protobuf-java:4.27.2")
}
}

dependencies {
implementation(kotlin("stdlib"))
implementation("com.google.protobuf:protobuf-java:3.17.3")
implementation("com.google.protobuf:protobuf-java:4.27.2")
compileOnly("com.sourcegraph", "semanticdb-javac", "0.8.23")
}

Expand Down
2 changes: 1 addition & 1 deletion semanticdb-kotlinc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ val snapshotsImplementation: Configuration by configurations.getting {
dependencies {
implementation(kotlin("stdlib"))
compileOnly(kotlin("compiler-embeddable"))
implementation("com.google.protobuf", "protobuf-java", "3.15.7")
implementation("com.google.protobuf", "protobuf-java", "4.27.2")
implementation(projects.semanticdbKotlin)

testImplementation(kotlin("compiler-embeddable"))
Expand Down

0 comments on commit 0c1d2b8

Please sign in to comment.