Bump com.linecorp.armeria:armeria-grpc from 1.22.1 to 1.23.1 (#8250)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-09 21:24:13 +03:00 committed by GitHub
parent 91780f43f2
commit a84fccdd4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ plugins {
}
dependencies {
implementation("com.linecorp.armeria:armeria-grpc:1.22.1")
implementation("com.linecorp.armeria:armeria-grpc:1.23.1")
implementation("io.opentelemetry.proto:opentelemetry-proto")
runtimeOnly("org.slf4j:slf4j-simple")
}