Skip to content

Commit 70f5b45

Browse files
committed
Update version of vertx
1 parent cd3f23d commit 70f5b45

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

pom.xml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858

5959
<properties>
6060
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
61-
<vertx.version>4.3.8</vertx.version>
61+
<vertx.version>4.5.3</vertx.version>
6262
<!-- check micrometer.version vertx-micrometer-metrics consumes before bumping up -->
63-
<micrometer.version>1.1.0</micrometer.version>
63+
<micrometer.version>1.12.2</micrometer.version>
6464
<image.version>${project.version}</image.version>
6565
</properties>
6666
<dependencyManagement>
@@ -193,21 +193,11 @@
193193
<artifactId>google-cloud-logging</artifactId>
194194
<version>3.15.12</version>
195195
</dependency>
196-
<dependency>
197-
<groupId>com.google.protobuf</groupId>
198-
<artifactId>protobuf-java</artifactId>
199-
<version>3.25.5</version>
200-
</dependency>
201196
<dependency>
202197
<groupId>com.azure</groupId>
203198
<artifactId>azure-security-attestation</artifactId>
204199
<version>1.1.29</version>
205200
</dependency>
206-
<dependency>
207-
<groupId>io.netty</groupId>
208-
<artifactId>netty-codec-http2</artifactId>
209-
<version>4.1.100.Final</version>
210-
</dependency>
211201
<dependency>
212202
<groupId>com.azure</groupId>
213203
<artifactId>azure-core-http-netty</artifactId>

0 commit comments

Comments
 (0)