Skip to content

Commit

Permalink
deps: updates armeria and netty to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
darkmastermindz authored and Adrian Cole committed Dec 5, 2023
1 parent f66fa61 commit 5349846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@

<!-- This allows you to test feature branches with jitpack -->
<armeria.groupId>com.linecorp.armeria</armeria.groupId>
<armeria.version>1.17.2</armeria.version>
<armeria.version>1.26.3</armeria.version>
<!-- Match Armeria version to avoid conflicts including running tests in the IDE -->
<netty.version>4.1.95.Final</netty.version>
<netty.version>4.1.100.Final</netty.version>

<!-- It's easy for Jackson dependencies to get misaligned, so we manage it ourselves. -->
<jackson.version>2.16.0</jackson.version>
Expand Down

0 comments on commit 5349846

Please sign in to comment.