Skip to content

Commit 6382e14

Browse files
authored
Release BOM version 1.2.2 (Azure#29024)
1 parent f70410b commit 6382e14

File tree

3 files changed

+63
-51
lines changed

3 files changed

+63
-51
lines changed

eng/versioning/version_client.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ com.azure:azure-communication-sms;1.1.2;1.2.0-beta.1
6464
com.azure:azure-communication-identity;1.1.9;1.2.0-beta.2
6565
com.azure:azure-communication-phonenumbers;1.0.11;1.1.0-beta.6
6666
com.azure:azure-communication-networktraversal;1.1.0-beta.2;1.1.0-beta.3
67-
com.azure:azure-containers-containerregistry;1.0.3;1.1.0-beta.2
67+
com.azure:azure-containers-containerregistry;1.0.4;1.1.0-beta.2
6868
com.azure:azure-containers-containerregistry-perf;1.0.0-beta.1;1.0.0-beta.1
6969
com.azure:azure-core;1.28.0;1.29.0-beta.1
7070
com.azure:azure-core-amqp;2.5.0;2.6.0-beta.1
@@ -121,12 +121,12 @@ com.azure:azure-search-documents;11.4.10;11.5.0-beta.10
121121
com.azure:azure-search-perf;1.0.0-beta.1;1.0.0-beta.1
122122
com.azure:azure-security-attestation;1.1.2;1.2.0-beta.1
123123
com.azure:azure-security-confidentialledger;1.0.0-beta.2;1.0.0-beta.3
124-
com.azure:azure-security-keyvault-administration;4.1.1;4.2.0-beta.1
125-
com.azure:azure-security-keyvault-certificates;4.3.1;4.4.0-beta.1
124+
com.azure:azure-security-keyvault-administration;4.1.2;4.2.0-beta.1
125+
com.azure:azure-security-keyvault-certificates;4.3.2;4.4.0-beta.1
126126
com.azure:azure-security-keyvault-jca;2.6.0;2.7.0-beta.1
127127
com.azure:azure-security-test-keyvault-jca;1.0.0;1.0.0
128-
com.azure:azure-security-keyvault-keys;4.4.1;4.5.0-beta.1
129-
com.azure:azure-security-keyvault-secrets;4.4.1;4.5.0-beta.1
128+
com.azure:azure-security-keyvault-keys;4.4.2;4.5.0-beta.1
129+
com.azure:azure-security-keyvault-secrets;4.4.2;4.5.0-beta.1
130130
com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1
131131
com.azure:azure-sdk-template;1.1.1234;1.2.2-beta.1
132132
com.azure:azure-sdk-template-two;1.0.0-beta.1;1.0.0-beta.1

sdk/boms/azure-sdk-bom/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History
22

3+
4+
## 1.2.2 (2022-05-23)
5+
6+
### Dependency Updates
7+
8+
- Updated Azure SDK dependency versions to the latest releases.
9+
310
## 1.2.1 (2022-04-19)
411

512
### Dependency Updates

sdk/boms/azure-sdk-bom/pom.xml

Lines changed: 51 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.azure</groupId>
44
<artifactId>azure-sdk-bom</artifactId>
5-
<version>1.2.1</version>
5+
<version>1.2.2</version>
66
<packaging>pom</packaging>
77
<name>Azure Java SDK BOM (Bill of Materials)</name>
88
<description>Azure Java SDK BOM (Bill of Materials)</description>
@@ -38,177 +38,182 @@
3838
<dependency>
3939
<groupId>com.azure</groupId>
4040
<artifactId>azure-ai-formrecognizer</artifactId>
41-
<version>3.1.10</version>
41+
<version>3.1.11</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.azure</groupId>
4545
<artifactId>azure-ai-metricsadvisor</artifactId>
46-
<version>1.1.2</version>
46+
<version>1.1.3</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.azure</groupId>
5050
<artifactId>azure-ai-textanalytics</artifactId>
51-
<version>5.1.8</version>
51+
<version>5.1.9</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.azure</groupId>
5555
<artifactId>azure-communication-chat</artifactId>
56-
<version>1.2.1</version>
56+
<version>1.2.2</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.azure</groupId>
6060
<artifactId>azure-communication-common</artifactId>
61-
<version>1.1.2</version>
61+
<version>1.1.3</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.azure</groupId>
6565
<artifactId>azure-communication-identity</artifactId>
66-
<version>1.1.8</version>
66+
<version>1.1.9</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.azure</groupId>
7070
<artifactId>azure-communication-phonenumbers</artifactId>
71-
<version>1.0.10</version>
71+
<version>1.0.11</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.azure</groupId>
7575
<artifactId>azure-communication-sms</artifactId>
76-
<version>1.1.1</version>
76+
<version>1.1.2</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.azure</groupId>
8080
<artifactId>azure-containers-containerregistry</artifactId>
81-
<version>1.0.3</version>
81+
<version>1.0.4</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>com.azure</groupId>
8585
<artifactId>azure-core</artifactId>
86-
<version>1.27.0</version>
86+
<version>1.28.0</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.azure</groupId>
9090
<artifactId>azure-core-amqp</artifactId>
91-
<version>2.4.2</version>
91+
<version>2.5.0</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>com.azure</groupId>
9595
<artifactId>azure-core-http-netty</artifactId>
96-
<version>1.11.9</version>
96+
<version>1.12.0</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>com.azure</groupId>
100100
<artifactId>azure-core-http-okhttp</artifactId>
101-
<version>1.8.0</version>
101+
<version>1.9.0</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>com.azure</groupId>
105105
<artifactId>azure-core-management</artifactId>
106-
<version>1.5.4</version>
106+
<version>1.6.0</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>com.azure</groupId>
110110
<artifactId>azure-core-serializer-json-gson</artifactId>
111-
<version>1.1.14</version>
111+
<version>1.1.15</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>com.azure</groupId>
115115
<artifactId>azure-core-serializer-json-jackson</artifactId>
116-
<version>1.2.15</version>
116+
<version>1.2.16</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>com.azure</groupId>
120120
<artifactId>azure-cosmos</artifactId>
121-
<version>4.28.1</version>
121+
<version>4.30.0</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.azure</groupId>
125125
<artifactId>azure-cosmos-encryption</artifactId>
126-
<version>1.0.1</version>
126+
<version>1.2.0</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>com.azure</groupId>
130130
<artifactId>azure-data-appconfiguration</artifactId>
131-
<version>1.3.2</version>
131+
<version>1.3.3</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>com.azure</groupId>
135135
<artifactId>azure-data-schemaregistry</artifactId>
136-
<version>1.1.1</version>
136+
<version>1.2.0</version>
137+
</dependency>
138+
<dependency>
139+
<groupId>com.azure</groupId>
140+
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
141+
<version>1.0.0</version>
137142
</dependency>
138143
<dependency>
139144
<groupId>com.azure</groupId>
140145
<artifactId>azure-data-tables</artifactId>
141-
<version>12.2.2</version>
146+
<version>12.3.0</version>
142147
</dependency>
143148
<dependency>
144149
<groupId>com.azure</groupId>
145150
<artifactId>azure-digitaltwins-core</artifactId>
146-
<version>1.2.1</version>
151+
<version>1.2.2</version>
147152
</dependency>
148153
<dependency>
149154
<groupId>com.azure</groupId>
150155
<artifactId>azure-identity</artifactId>
151-
<version>1.5.0</version>
156+
<version>1.5.1</version>
152157
</dependency>
153158
<dependency>
154159
<groupId>com.azure</groupId>
155160
<artifactId>azure-messaging-eventgrid</artifactId>
156-
<version>4.11.0</version>
161+
<version>4.11.1</version>
157162
</dependency>
158163
<dependency>
159164
<groupId>com.azure</groupId>
160165
<artifactId>azure-messaging-eventhubs</artifactId>
161-
<version>5.11.2</version>
166+
<version>5.12.0</version>
162167
</dependency>
163168
<dependency>
164169
<groupId>com.azure</groupId>
165170
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
166-
<version>1.12.1</version>
171+
<version>1.12.2</version>
167172
</dependency>
168173
<dependency>
169174
<groupId>com.azure</groupId>
170175
<artifactId>azure-messaging-servicebus</artifactId>
171-
<version>7.8.0</version>
176+
<version>7.9.0</version>
172177
</dependency>
173178
<dependency>
174179
<groupId>com.azure</groupId>
175180
<artifactId>azure-messaging-webpubsub</artifactId>
176-
<version>1.1.1</version>
181+
<version>1.1.2</version>
177182
</dependency>
178183
<dependency>
179184
<groupId>com.azure</groupId>
180185
<artifactId>azure-mixedreality-authentication</artifactId>
181-
<version>1.2.1</version>
186+
<version>1.2.2</version>
182187
</dependency>
183188
<dependency>
184189
<groupId>com.azure</groupId>
185190
<artifactId>azure-mixedreality-remoterendering</artifactId>
186-
<version>1.1.6</version>
191+
<version>1.1.7</version>
187192
</dependency>
188193
<dependency>
189194
<groupId>com.azure</groupId>
190195
<artifactId>azure-monitor-query</artifactId>
191-
<version>1.0.5</version>
196+
<version>1.0.6</version>
192197
</dependency>
193198
<dependency>
194199
<groupId>com.azure</groupId>
195200
<artifactId>azure-search-documents</artifactId>
196-
<version>11.4.9</version>
201+
<version>11.4.10</version>
197202
</dependency>
198203
<dependency>
199204
<groupId>com.azure</groupId>
200205
<artifactId>azure-security-attestation</artifactId>
201-
<version>1.1.1</version>
206+
<version>1.1.2</version>
202207
</dependency>
203208
<dependency>
204209
<groupId>com.azure</groupId>
205210
<artifactId>azure-security-keyvault-administration</artifactId>
206-
<version>4.1.1</version>
211+
<version>4.1.2</version>
207212
</dependency>
208213
<dependency>
209214
<groupId>com.azure</groupId>
210215
<artifactId>azure-security-keyvault-certificates</artifactId>
211-
<version>4.3.1</version>
216+
<version>4.3.2</version>
212217
</dependency>
213218
<dependency>
214219
<groupId>com.azure</groupId>
@@ -218,52 +223,52 @@
218223
<dependency>
219224
<groupId>com.azure</groupId>
220225
<artifactId>azure-security-keyvault-keys</artifactId>
221-
<version>4.4.1</version>
226+
<version>4.4.2</version>
222227
</dependency>
223228
<dependency>
224229
<groupId>com.azure</groupId>
225230
<artifactId>azure-security-keyvault-secrets</artifactId>
226-
<version>4.4.1</version>
231+
<version>4.4.2</version>
227232
</dependency>
228233
<dependency>
229234
<groupId>com.azure</groupId>
230235
<artifactId>azure-storage-blob</artifactId>
231-
<version>12.16.0</version>
236+
<version>12.16.1</version>
232237
</dependency>
233238
<dependency>
234239
<groupId>com.azure</groupId>
235240
<artifactId>azure-storage-blob-batch</artifactId>
236-
<version>12.12.1</version>
241+
<version>12.12.2</version>
237242
</dependency>
238243
<dependency>
239244
<groupId>com.azure</groupId>
240245
<artifactId>azure-storage-blob-cryptography</artifactId>
241-
<version>12.15.1</version>
246+
<version>12.15.2</version>
242247
</dependency>
243248
<dependency>
244249
<groupId>com.azure</groupId>
245250
<artifactId>azure-storage-common</artifactId>
246-
<version>12.15.1</version>
251+
<version>12.15.2</version>
247252
</dependency>
248253
<dependency>
249254
<groupId>com.azure</groupId>
250255
<artifactId>azure-storage-file-datalake</artifactId>
251-
<version>12.9.0</version>
256+
<version>12.9.1</version>
252257
</dependency>
253258
<dependency>
254259
<groupId>com.azure</groupId>
255260
<artifactId>azure-storage-file-share</artifactId>
256-
<version>12.12.1</version>
261+
<version>12.12.2</version>
257262
</dependency>
258263
<dependency>
259264
<groupId>com.azure</groupId>
260265
<artifactId>azure-storage-internal-avro</artifactId>
261-
<version>12.2.1</version>
266+
<version>12.2.2</version>
262267
</dependency>
263268
<dependency>
264269
<groupId>com.azure</groupId>
265270
<artifactId>azure-storage-queue</artifactId>
266-
<version>12.12.1</version>
271+
<version>12.12.2</version>
267272
</dependency>
268273
</dependencies>
269274
</dependencyManagement>

0 commit comments

Comments
 (0)