Skip to content

Commit

Permalink
fix(deps): update protobuf monorepo to v3.25.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent b0c2375 commit 79d95f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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:3.25.6")
}
}

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

Expand All @@ -47,7 +47,7 @@ afterEvaluate {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.17.3"
artifact = "com.google.protobuf:protoc:3.25.6"
}

generatedFilesBaseDir = kotlin.sourceSets.main.get().kotlin.srcDirs.first().path.split(":")[0].removeSuffix("main/kotlin")
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", "3.25.6")
implementation(projects.semanticdbKotlin)

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

0 comments on commit 79d95f9

Please sign in to comment.