Skip to content

Commit

Permalink
Update dependency com.google.protobuf:protobuf-java to v3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 1, 2021
1 parent fe0b7b0 commit 9e0c6bc
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.19.1")
}
}

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

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.19.1")
implementation(projects.semanticdbKotlin)

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

0 comments on commit 9e0c6bc

Please sign in to comment.