|
49 | 49 | <armeria.groupId>com.linecorp.armeria</armeria.groupId> |
50 | 50 | <armeria.version>1.32.3</armeria.version> |
51 | 51 | <!-- Match Armeria version to avoid conflicts including running tests in the IDE --> |
52 | | - <netty.version>4.1.119.Final</netty.version> |
| 52 | + <netty.version>4.1.120.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.18.3</jackson.version> |
56 | 56 |
|
57 | 57 | <java-driver.version>4.19.0</java-driver.version> |
58 | | - <micrometer.version>1.14.4</micrometer.version> |
| 58 | + <micrometer.version>1.14.5</micrometer.version> |
59 | 59 |
|
60 | 60 | <!-- Used for Generated annotations --> |
61 | 61 | <javax-annotation-api.version>1.3.2</javax-annotation-api.version> |
62 | 62 |
|
63 | 63 | <!-- update together --> |
64 | 64 | <spring-boot.version>3.4.4</spring-boot.version> |
65 | | - <spring.version>6.2.5</spring.version> |
| 65 | + <spring.version>6.2.6</spring.version> |
66 | 66 |
|
67 | 67 | <!-- MySQL connector is GPL, even if it has an OSS exception. |
68 | 68 | https://www.mysql.com/about/legal/licensing/foss-exception/ |
|
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.12.1</junit-jupiter.version> |
80 | | - <junit-platform-launcher.version>1.12.1</junit-platform-launcher.version> |
| 79 | + <junit-jupiter.version>5.12.2</junit-jupiter.version> |
81 | 80 | <mockito.version>5.17.0</mockito.version> |
82 | 81 | <assertj.version>3.27.3</assertj.version> |
83 | 82 | <awaitility.version>4.3.0</awaitility.version> |
|
86 | 85 | <kryo.version>5.6.2</kryo.version> |
87 | 86 | <!-- Only used for proto interop testing; wire-maven-plugin is usually behind latest. --> |
88 | 87 | <wire.version>5.1.0</wire.version> |
89 | | - <gson.version>2.12.1</gson.version> |
| 88 | + <gson.version>2.13.0</gson.version> |
90 | 89 | <unpack-proto.directory>${project.build.directory}/test/proto</unpack-proto.directory> |
91 | 90 |
|
92 | 91 | <license.skip>${skipTests}</license.skip> |
|
176 | 175 | <dependencies> |
177 | 176 | <!-- Do not add compile dependencies here. This can cause problems for libraries that depend on |
178 | 177 | io.zipkin.zipkin2:zipkin difficult to unravel. --> |
179 | | - <dependency> |
180 | | - <groupId>org.junit.platform</groupId> |
181 | | - <artifactId>junit-platform-launcher</artifactId> |
182 | | - <version>${junit-platform-launcher.version}</version> |
183 | | - <scope>test</scope> |
184 | | - </dependency> |
185 | 178 | <dependency> |
186 | 179 | <groupId>org.junit.jupiter</groupId> |
187 | 180 | <artifactId>junit-jupiter</artifactId> |
|
0 commit comments