Skip to content

Commit

Permalink
Updates to Armeria 1.29.0 which fixes a bug that may help with #4080. (
Browse files Browse the repository at this point in the history
…#4629)

Signed-off-by: David Venable <dlv@amazon.com>
(cherry picked from commit 67a027c)
  • Loading branch information
dlvenable authored and github-actions[bot] committed Jul 16, 2024
1 parent 2406edc commit a80ea33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencyResolutionManagement {
libs {
version('slf4j', '2.0.6')
library('slf4j-api', 'org.slf4j', 'slf4j-api').versionRef('slf4j')
version('armeria', '1.28.2')
version('armeria', '1.29.0')
library('armeria-core', 'com.linecorp.armeria', 'armeria').versionRef('armeria')
library('armeria-grpc', 'com.linecorp.armeria', 'armeria-grpc').versionRef('armeria')
library('armeria-junit', 'com.linecorp.armeria', 'armeria-junit5').versionRef('armeria')
Expand Down

0 comments on commit a80ea33

Please sign in to comment.