Skip to content

Commit 645ae12

Browse files
committed
Bump armeria to 1.38.0
This solves an issue when http compression is enabled for opensearch/elasticsearch, where armeria would not recognize the response `content-encoding` header thus failing to decompress the message. Closes #3796
1 parent 5983bd9 commit 645ae12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
<zipkin-proto3.version>1.0.0</zipkin-proto3.version>
4848

4949
<armeria.groupId>com.linecorp.armeria</armeria.groupId>
50-
<armeria.version>1.37.0</armeria.version>
50+
<armeria.version>1.38.0</armeria.version>
5151
<!-- Match Armeria version to avoid conflicts including running tests in the IDE -->
52-
<netty.version>4.2.10.Final</netty.version>
52+
<netty.version>4.2.12.Final</netty.version>
5353

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

0 commit comments

Comments
 (0)