Skip to content

Commit

Permalink
Update Protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Steinke authored Jul 4, 2024
1 parent d01321a commit 31bceee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions router-protobuf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies {
implementation(kotlin("reflect"))

implementation("org.slf4j:slf4j-api:2.0.13")
api("com.google.protobuf:protobuf-java:3.25.3")
api("com.google.protobuf:protobuf-java-util:3.25.3")
api("com.google.protobuf:protobuf-java:4.27.0")
api("com.google.protobuf:protobuf-java-util:4.27.0")
implementation("com.google.guava:guava:33.2.1-jre")
api(project(":router"))

Expand All @@ -31,6 +31,6 @@ dependencies {
protobuf {
protoc {
// The artifact spec for the Protobuf Compiler
artifact = "com.google.protobuf:protoc:3.25.3"
artifact = "com.google.protobuf:protoc:4.27.0"
}
}
}

0 comments on commit 31bceee

Please sign in to comment.