Bump com.linecorp.armeria:armeria-grpc from 1.24.1 to 1.24.2 (#8825)

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-06-28 14:56:30 -07:00 committed by GitHub
parent eec8703188
commit b8bcbffdb7
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.24.1")
implementation("com.linecorp.armeria:armeria-grpc:1.24.2")
implementation("io.opentelemetry.proto:opentelemetry-proto")
runtimeOnly("org.slf4j:slf4j-simple")
}