Skip to content

Commit

Permalink
chore(deps): update dependency com.google.protobuf:protobuf-java to v…
Browse files Browse the repository at this point in the history
…3.21.2
  • Loading branch information
renovate[bot] committed Jun 24, 2022
1 parent 92f035e commit 18ca39a
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 @@ -16,13 +16,13 @@ buildscript {
}

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

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

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 @@ -30,7 +30,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", "3.21.2")
implementation(projects.semanticdbKotlin)

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

0 comments on commit 18ca39a

Please sign in to comment.