From ff79b89165040525a4796a8fef7232f33791fa40 Mon Sep 17 00:00:00 2001 From: Kim Meri <84899087+armerian@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:49:32 +0900 Subject: [PATCH] Update Armeria version to 1.29.2 (#975) --- dependencies.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.toml b/dependencies.toml index 5f3f33f2e..40c5a9c4e 100644 --- a/dependencies.toml +++ b/dependencies.toml @@ -3,7 +3,7 @@ # If its classes are exposed in Javadoc, update offline links as well. # [versions] -armeria = "1.29.1" +armeria = "1.29.2" assertj = "3.26.0" awaitility = "4.2.1" bouncycastle = "1.78.1"