File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6969 <dependency >
7070 <groupId >io.vertx</groupId >
7171 <artifactId >vertx-grpc</artifactId >
72- <version >${vertx-grpc .version} </version >
72+ <version >${vertx.version} </version >
7373 </dependency >
7474 <dependency >
7575 <groupId >io.grpc</groupId >
7979 <dependency >
8080 <groupId >io.vertx</groupId >
8181 <artifactId >vertx-junit5</artifactId >
82- <version >${vertx-grpc .version} </version >
82+ <version >${vertx.version} </version >
8383 <scope >test</scope >
8484 </dependency >
8585 </dependencies >
Original file line number Diff line number Diff line change 6060 <slf4j .version>2.0.7</slf4j .version>
6161 <spring .version>6.0.19</spring .version>
6262 <spring-boot .version>3.1.11</spring-boot .version>
63- <vertx-grpc .version>4.5.10</vertx-grpc .version>
63+ <vertx .version>4.5.10</vertx .version>
6464 <!-- plugin -->
6565 <central-publishing-maven-plugin .version>0.6.0</central-publishing-maven-plugin .version>
6666 <lombok-maven-plugin .version>1.18.20.0</lombok-maven-plugin .version>
220220 <configuration >
221221 <pluginId >grpc-vertx</pluginId >
222222 <pluginArtifact >
223- io.vertx:vertx-grpc-protoc-plugin:${vertx-grpc .version} :exe:${os.detected.classifier}
223+ io.vertx:vertx-grpc-protoc-plugin:${vertx.version} :exe:${os.detected.classifier}
224224 </pluginArtifact >
225225 </configuration >
226226 </execution >
You can’t perform that action at this time.
0 commit comments