fix(deps): update armeria packages to v1.32.5 (patch) (#13715)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-16 10:59:19 +03:00 committed by GitHub
parent 5db4f6dbaa
commit 874bfd8028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -4,7 +4,7 @@ plugins {
}
dependencies {
implementation("com.linecorp.armeria:armeria-junit5:1.32.4")
implementation("com.linecorp.armeria:armeria-junit5:1.32.5")
implementation("com.google.errorprone:error_prone_annotations")
}