Skip to content

Commit e1717b5

Browse files
authored
Update Spring and Armeria (#3808)
Update Spring and Armeria Signed-off-by: Andriy Redko <[email protected]>
1 parent 4048a89 commit e1717b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.33.0</armeria.version>
50+
<armeria.version>1.33.1</armeria.version>
5151
<!-- Match Armeria version to avoid conflicts including running tests in the IDE -->
52-
<netty.version>4.2.3.Final</netty.version>
52+
<netty.version>4.2.4.Final</netty.version>
5353

5454
<!-- It's easy for Jackson dependencies to get misaligned, so we manage it ourselves. -->
5555
<jackson.version>2.19.2</jackson.version>
@@ -62,7 +62,7 @@
6262

6363
<!-- update together -->
6464
<spring-boot.version>3.5.4</spring-boot.version>
65-
<spring.version>6.2.9</spring.version>
65+
<spring.version>6.2.10</spring.version>
6666

6767
<!-- MySQL connector is GPL, even if it has an OSS exception.
6868
https://www.mysql.com/about/legal/licensing/foss-exception/

0 commit comments

Comments
 (0)