|
6 | 6 | <modelVersion>4.0.0</modelVersion> |
7 | 7 | <groupId>com.microsoft.azure</groupId> |
8 | 8 | <artifactId>azure-dependencies-bom</artifactId> |
9 | | - <version>2.1.0.M6</version> |
| 9 | + <version>2.1.0.M7</version> |
10 | 10 | <packaging>pom</packaging> |
11 | 11 |
|
12 | 12 | <name>Azure SDK dependencies BOM</name> |
|
53 | 53 | <azure.documentdb.version>1.16.2</azure.documentdb.version> |
54 | 54 | <azure.keyvault.version>1.0.0</azure.keyvault.version> |
55 | 55 | <azure.media.version>0.9.8</azure.media.version> |
56 | | - <azure.client.authentication.version>1.6.1</azure.client.authentication.version> |
| 56 | + <azure.client.authentication.version>1.6.10</azure.client.authentication.version> |
57 | 57 | <azure.cosmos.version>3.1.0</azure.cosmos.version> |
58 | | - <azure.monitor.micrometer.registry.version>1.1.1</azure.monitor.micrometer.registry.version> |
59 | 58 | <spring.data.cosmosdb.version>2.1.7</spring.data.cosmosdb.version> |
60 | 59 | <spring.data.gremlin.version>2.1.7</spring.data.gremlin.version> |
61 | | - <micrometer.core.version>1.1.1</micrometer.core.version> |
62 | 60 | </properties> |
63 | 61 |
|
64 | 62 | <dependencyManagement> |
|
167 | 165 | <artifactId>azure-client-authentication</artifactId> |
168 | 166 | <version>${azure.client.authentication.version}</version> |
169 | 167 | </dependency> |
170 | | - |
171 | | - <!-- Azure Monitor Micrometer Registry --> |
172 | | - <dependency> |
173 | | - <groupId>io.micrometer</groupId> |
174 | | - <artifactId>micrometer-registry-azure-monitor</artifactId> |
175 | | - <version>${azure.monitor.micrometer.registry.version}</version> |
176 | | - </dependency> |
177 | | - |
178 | | - <!-- Micrometer Core --> |
179 | | - <dependency> |
180 | | - <groupId>io.micrometer</groupId> |
181 | | - <artifactId>micrometer-core</artifactId> |
182 | | - <version>${micrometer.core.version}</version> |
183 | | - </dependency> |
184 | 168 | </dependencies> |
185 | 169 | </dependencyManagement> |
186 | 170 | </project> |
|
0 commit comments