Skip to content

Commit

Permalink
=build Update grpc java to 1.58.0 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin authored Sep 19, 2023
1 parent e082bfa commit 21f1219
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion java_armeria_bench/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ targetCompatibility = 17


def armeriaVersion = '1.20.3'
def grpcVersion = '1.49.0'
def grpcVersion = '1.58.0'
def protocVersion = '3.21.5'

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion java_hotspot_grpc_sgc_bench/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ targetCompatibility = 17

// Feel free to delete the comment at the next line. It is just for safely
// updating the version in our release process.
def grpcVersion = '1.49.1' // CURRENT_GRPC_VERSION
def grpcVersion = '1.58.0' // CURRENT_GRPC_VERSION
def protobufVersion = '3.21.7'
def protocVersion = protobufVersion

Expand Down
2 changes: 1 addition & 1 deletion java_vertx_grpc_bench/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
mavenCentral()
}

def grpcVersion = '1.49.1' // CURRENT_GRPC_VERSION
def grpcVersion = '1.58.0' // CURRENT_GRPC_VERSION
def protobufVersion = '3.21.6'
def protocVersion = protobufVersion

Expand Down
2 changes: 1 addition & 1 deletion kotlin_grpc_bench/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import com.google.protobuf.gradle.plugins
import com.google.protobuf.gradle.protobuf
import com.google.protobuf.gradle.protoc

val grpcVersion = "1.49.0"
val grpcVersion = "1.58.0"
val grpcKotlinVersion = "1.3.0"
val protobufVersion = "3.21.5"
val coroutinesVersion = "1.6.4"
Expand Down
2 changes: 1 addition & 1 deletion scala_zio_bench/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scalaVersion := "2.13.11"

run / fork := true

val grpcVersion = "1.56.1"
val grpcVersion = "1.58.0"

Compile / PB.targets := Seq(
scalapb.gen(grpc = true) -> (Compile / sourceManaged).value,
Expand Down

0 comments on commit 21f1219

Please sign in to comment.