Skip to content

Commit

Permalink
Update version of vertx
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Nov 15, 2024
1 parent cd3f23d commit 70f5b45
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<vertx.version>4.3.8</vertx.version>
<vertx.version>4.5.3</vertx.version>
<!-- check micrometer.version vertx-micrometer-metrics consumes before bumping up -->
<micrometer.version>1.1.0</micrometer.version>
<micrometer.version>1.12.2</micrometer.version>
<image.version>${project.version}</image.version>
</properties>
<dependencyManagement>
Expand Down Expand Up @@ -193,21 +193,11 @@
<artifactId>google-cloud-logging</artifactId>
<version>3.15.12</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.5</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-attestation</artifactId>
<version>1.1.29</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
<version>4.1.100.Final</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
Expand Down

0 comments on commit 70f5b45

Please sign in to comment.