|
71 | 71 | <mock-server.version>5.15.0</mock-server.version> |
72 | 72 | <nacos-client.version>3.0.0</nacos-client.version> |
73 | 73 | <netflix-commons.version>0.3.0</netflix-commons.version> |
74 | | - <netty.version>4.1.119.Final</netty.version> |
75 | 74 | <okhttp3.version>4.12.0</okhttp3.version> |
76 | 75 | <prometheus.version>0.16.0</prometheus.version> |
77 | 76 | <protobuf.version>3.23.4</protobuf.version> |
|
86 | 85 | <servlet-api.version>6.0.0</servlet-api.version> |
87 | 86 | <slf4j.version>1.7.36</slf4j.version> |
88 | 87 | <snakeyaml.version>2.4</snakeyaml.version> |
89 | | - <spring.version>6.1.10</spring.version> |
90 | 88 | <swagger.version>2.2.29</swagger.version> |
91 | | - <vertx.version>4.5.14</vertx.version> |
| 89 | + <vertx.version>4.5.15</vertx.version> |
92 | 90 | <zipkin.version>3.5.1</zipkin.version> |
93 | 91 | <zipkin-reporter.version>3.4.0</zipkin-reporter.version> |
94 | 92 | <jetcd-core.version>0.8.5</jetcd-core.version> |
|
230 | 228 | <version>${commons-logging.version}</version> |
231 | 229 | </dependency> |
232 | 230 |
|
233 | | - <dependency> |
234 | | - <groupId>io.netty</groupId> |
235 | | - <artifactId>netty-bom</artifactId> |
236 | | - <scope>import</scope> |
237 | | - <version>${netty.version}</version> |
238 | | - <type>pom</type> |
239 | | - </dependency> |
240 | | - |
241 | 231 | <dependency> |
242 | 232 | <groupId>org.apache.maven</groupId> |
243 | 233 | <artifactId>maven-model</artifactId> |
|
495 | 485 | <version>${slf4j.version}</version> |
496 | 486 | </dependency> |
497 | 487 |
|
498 | | - <dependency> |
499 | | - <groupId>org.springframework</groupId> |
500 | | - <artifactId>spring-framework-bom</artifactId> |
501 | | - <version>${spring.version}</version> |
502 | | - <type>pom</type> |
503 | | - <scope>import</scope> |
504 | | - </dependency> |
505 | | - |
506 | 488 | <dependency> |
507 | 489 | <groupId>org.springframework.boot</groupId> |
508 | 490 | <artifactId>spring-boot-dependencies</artifactId> |
|
0 commit comments