fix(deps): update armeria packages to v1.29.1 (main) (patch) (#11686)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-28 09:38:43 +03:00 committed by GitHub
parent 9f7aec5365
commit 86b552e6db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -5,7 +5,7 @@ plugins {
}
dependencies {
implementation("com.linecorp.armeria:armeria-junit5:1.29.0")
implementation("com.linecorp.armeria:armeria-junit5:1.29.1")
}
tasks {