|
47 | 47 | <zipkin-proto3.version>1.0.0</zipkin-proto3.version> |
48 | 48 |
|
49 | 49 | <armeria.groupId>com.linecorp.armeria</armeria.groupId> |
50 | | - <armeria.version>1.29.4</armeria.version> |
| 50 | + <armeria.version>1.30.1</armeria.version> |
51 | 51 | <!-- Match Armeria version to avoid conflicts including running tests in the IDE --> |
52 | | - <netty.version>4.1.113.Final</netty.version> |
| 52 | + <netty.version>4.1.114.Final</netty.version> |
53 | 53 |
|
54 | 54 | <!-- It's easy for Jackson dependencies to get misaligned, so we manage it ourselves. --> |
55 | 55 | <jackson.version>2.17.2</jackson.version> |
|
71 | 71 | --> |
72 | 72 | <mariadb-java-client.version>3.4.1</mariadb-java-client.version> |
73 | 73 | <HikariCP.version>5.1.0</HikariCP.version> |
74 | | - <slf4j.version>2.0.13</slf4j.version> |
| 74 | + <slf4j.version>2.0.16</slf4j.version> |
75 | 75 | <auto-value.version>1.11.0</auto-value.version> |
76 | 76 | <git-commit-id.version>4.9.10</git-commit-id.version> |
77 | 77 |
|
78 | 78 | <!-- Test only dependencies --> |
79 | | - <junit-jupiter.version>5.11.0</junit-jupiter.version> |
80 | | - <mockito.version>5.12.0</mockito.version> |
| 79 | + <junit-jupiter.version>5.11.2</junit-jupiter.version> |
| 80 | + <mockito.version>5.14.1</mockito.version> |
81 | 81 | <assertj.version>3.26.3</assertj.version> |
82 | | - <awaitility.version>4.2.1</awaitility.version> |
83 | | - <testcontainers.version>1.20.1</testcontainers.version> |
| 82 | + <awaitility.version>4.2.2</awaitility.version> |
| 83 | + <testcontainers.version>1.20.2</testcontainers.version> |
84 | 84 | <okhttp.version>4.12.0</okhttp.version> |
85 | | - <kryo.version>5.6.0</kryo.version> |
| 85 | + <kryo.version>5.6.1</kryo.version> |
86 | 86 | <!-- Only used for proto interop testing; wire-maven-plugin is usually behind latest. --> |
87 | | - <wire.version>5.0.0</wire.version> |
| 87 | + <wire.version>5.1.0</wire.version> |
88 | 88 | <gson.version>2.11.0</gson.version> |
89 | 89 | <unpack-proto.directory>${project.build.directory}/test/proto</unpack-proto.directory> |
90 | 90 |
|
|
93 | 93 | <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version> |
94 | 94 | <go-offline-maven-plugin.version>1.2.8</go-offline-maven-plugin.version> |
95 | 95 | <!-- TODO: cleanup any redundant ignores now also in the 4.0 release (once final) --> |
96 | | - <license-maven-plugin.version>4.5</license-maven-plugin.version> |
| 96 | + <license-maven-plugin.version>4.6</license-maven-plugin.version> |
97 | 97 | <maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version> |
98 | 98 | <maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version> |
99 | 99 | <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version> |
|
109 | 109 | <maven-release-plugin.version>3.0.1</maven-release-plugin.version> |
110 | 110 | <maven-shade-plugin.version>3.5.3</maven-shade-plugin.version> |
111 | 111 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
112 | | - <maven-surefire-plugin.version>3.4.0</maven-surefire-plugin.version> |
| 112 | + <maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version> |
113 | 113 | <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> |
114 | 114 | <wire-maven-plugin.version>1.3</wire-maven-plugin.version> |
115 | 115 | </properties> |
|
0 commit comments