Skip to content

Commit

Permalink
Updates to Armeria 1.29.0 which fixes a bug that may help with opense…
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvenable authored Jun 17, 2024
1 parent 513d02f commit 67a027c
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 67a027c

Please sign in to comment.