|
5 | 5 |
|
6 | 6 | <groupId>com.uid2</groupId> |
7 | 7 | <artifactId>uid2-shared</artifactId> |
8 | | - <version>7.21.1-alpha-157-SNAPSHOT</version> |
| 8 | + <version>7.21.7</version> |
9 | 9 | <name>${project.groupId}:${project.artifactId}</name> |
10 | 10 | <description>Library for all the shared uid2 operations</description> |
11 | 11 | <url>https://github.com/IABTechLab/uid2docs</url> |
|
58 | 58 |
|
59 | 59 | <properties> |
60 | 60 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
61 | | - <vertx.version>4.3.8</vertx.version> |
| 61 | + <vertx.version>4.5.3</vertx.version> |
62 | 62 | <!-- 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> |
64 | 64 | <image.version>${project.version}</image.version> |
65 | 65 | </properties> |
66 | 66 | <dependencyManagement> |
|
191 | 191 | <dependency> |
192 | 192 | <groupId>com.google.cloud</groupId> |
193 | 193 | <artifactId>google-cloud-logging</artifactId> |
194 | | - <version>3.15.12</version> |
195 | | - </dependency> |
196 | | - <dependency> |
197 | | - <groupId>com.google.protobuf</groupId> |
198 | | - <artifactId>protobuf-java</artifactId> |
199 | | - <version>3.25.5</version> |
| 194 | + <version>3.20.6</version> |
200 | 195 | </dependency> |
201 | 196 | <dependency> |
202 | 197 | <groupId>com.azure</groupId> |
203 | 198 | <artifactId>azure-security-attestation</artifactId> |
204 | 199 | <version>1.1.29</version> |
205 | 200 | </dependency> |
206 | | - <dependency> |
207 | | - <groupId>io.netty</groupId> |
208 | | - <artifactId>netty-codec-http2</artifactId> |
209 | | - <version>4.1.100.Final</version> |
210 | | - </dependency> |
211 | 201 | <dependency> |
212 | 202 | <groupId>com.azure</groupId> |
213 | 203 | <artifactId>azure-core-http-netty</artifactId> |
|
0 commit comments