Skip to content

Commit 07e6915

Browse files
authored
upgrade version for BOM (#37980) (#37981)
1 parent be48b09 commit 07e6915

File tree

3 files changed

+68
-57
lines changed

3 files changed

+68
-57
lines changed

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

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

3+
## 1.2.19 (2023-12-07)
4+
5+
### Dependency Updates
6+
7+
- Updated Azure SDK dependency versions to the latest releases.
8+
39
## 1.2.18 (2023-10-26)
410

511
### Dependency Updates

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ result in all dependencies being included in your project.
2121
<dependency>
2222
<groupId>com.azure</groupId>
2323
<artifactId>azure-sdk-bom</artifactId>
24-
<version>1.2.18</version>
24+
<version>1.2.19</version>
2525
<type>pom</type>
2626
<scope>import</scope>
2727
</dependency>

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

Lines changed: 61 additions & 56 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.18</version>
5+
<version>1.2.19</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,152 +38,157 @@
3838
<dependency>
3939
<groupId>com.azure</groupId>
4040
<artifactId>azure-ai-formrecognizer</artifactId>
41-
<version>4.1.2</version>
41+
<version>4.1.4</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.azure</groupId>
4545
<artifactId>azure-ai-metricsadvisor</artifactId>
46-
<version>1.1.19</version>
46+
<version>1.1.21</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.azure</groupId>
5050
<artifactId>azure-ai-textanalytics</artifactId>
51-
<version>5.4.0</version>
51+
<version>5.4.2</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.azure</groupId>
5555
<artifactId>azure-communication-callautomation</artifactId>
56-
<version>1.0.5</version>
56+
<version>1.1.1</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.azure</groupId>
6060
<artifactId>azure-communication-chat</artifactId>
61-
<version>1.3.13</version>
61+
<version>1.4.0</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.azure</groupId>
6565
<artifactId>azure-communication-common</artifactId>
66-
<version>1.2.13</version>
66+
<version>1.2.15</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.azure</groupId>
7070
<artifactId>azure-communication-email</artifactId>
71-
<version>1.0.7</version>
71+
<version>1.0.9</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.azure</groupId>
7575
<artifactId>azure-communication-identity</artifactId>
76-
<version>1.4.11</version>
76+
<version>1.5.1</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.azure</groupId>
8080
<artifactId>azure-communication-phonenumbers</artifactId>
81-
<version>1.1.7</version>
81+
<version>1.1.9</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>com.azure</groupId>
8585
<artifactId>azure-communication-rooms</artifactId>
86-
<version>1.0.5</version>
86+
<version>1.0.7</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.azure</groupId>
9090
<artifactId>azure-communication-sms</artifactId>
91-
<version>1.1.18</version>
91+
<version>1.1.20</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>com.azure</groupId>
9595
<artifactId>azure-containers-containerregistry</artifactId>
96-
<version>1.2.2</version>
96+
<version>1.2.4</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>com.azure</groupId>
100100
<artifactId>azure-core</artifactId>
101-
<version>1.44.1</version>
101+
<version>1.45.1</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>com.azure</groupId>
105105
<artifactId>azure-core-amqp</artifactId>
106-
<version>2.8.11</version>
106+
<version>2.8.14</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>com.azure</groupId>
110110
<artifactId>azure-core-http-netty</artifactId>
111-
<version>1.13.9</version>
111+
<version>1.13.11</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>com.azure</groupId>
115115
<artifactId>azure-core-http-okhttp</artifactId>
116-
<version>1.11.15</version>
116+
<version>1.11.17</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>com.azure</groupId>
120120
<artifactId>azure-core-management</artifactId>
121-
<version>1.11.7</version>
121+
<version>1.11.9</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.azure</groupId>
125125
<artifactId>azure-core-serializer-json-gson</artifactId>
126-
<version>1.2.6</version>
126+
<version>1.2.8</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>com.azure</groupId>
130130
<artifactId>azure-core-serializer-json-jackson</artifactId>
131-
<version>1.4.6</version>
131+
<version>1.4.8</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>com.azure</groupId>
135135
<artifactId>azure-cosmos</artifactId>
136-
<version>4.52.0</version>
136+
<version>4.53.1</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>com.azure</groupId>
140140
<artifactId>azure-cosmos-encryption</artifactId>
141-
<version>2.6.0</version>
141+
<version>2.7.0</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>com.azure</groupId>
145145
<artifactId>azure-data-appconfiguration</artifactId>
146-
<version>1.4.10</version>
146+
<version>1.5.1</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>com.azure</groupId>
150150
<artifactId>azure-data-schemaregistry</artifactId>
151-
<version>1.4.0</version>
151+
<version>1.4.2</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>com.azure</groupId>
155155
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
156-
<version>1.1.11</version>
156+
<version>1.1.13</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>com.azure</groupId>
160160
<artifactId>azure-data-tables</artifactId>
161-
<version>12.3.16</version>
161+
<version>12.3.18</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>com.azure</groupId>
165165
<artifactId>azure-developer-loadtesting</artifactId>
166-
<version>1.0.7</version>
166+
<version>1.0.9</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>com.azure</groupId>
170170
<artifactId>azure-digitaltwins-core</artifactId>
171-
<version>1.3.14</version>
171+
<version>1.3.16</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>com.azure</groupId>
175175
<artifactId>azure-identity</artifactId>
176-
<version>1.10.4</version>
176+
<version>1.11.1</version>
177+
</dependency>
178+
<dependency>
179+
<groupId>com.azure</groupId>
180+
<artifactId>azure-identity-broker</artifactId>
181+
<version>1.0.1</version>
177182
</dependency>
178183
<dependency>
179184
<groupId>com.azure</groupId>
180185
<artifactId>azure-identity-extensions</artifactId>
181-
<version>1.1.9</version>
186+
<version>1.1.11</version>
182187
</dependency>
183188
<dependency>
184189
<groupId>com.azure</groupId>
185190
<artifactId>azure-iot-deviceupdate</artifactId>
186-
<version>1.0.12</version>
191+
<version>1.0.14</version>
187192
</dependency>
188193
<dependency>
189194
<groupId>com.azure</groupId>
@@ -193,127 +198,127 @@
193198
<dependency>
194199
<groupId>com.azure</groupId>
195200
<artifactId>azure-messaging-eventgrid</artifactId>
196-
<version>4.19.0</version>
201+
<version>4.20.1</version>
197202
</dependency>
198203
<dependency>
199204
<groupId>com.azure</groupId>
200205
<artifactId>azure-messaging-eventhubs</artifactId>
201-
<version>5.16.1</version>
206+
<version>5.17.1</version>
202207
</dependency>
203208
<dependency>
204209
<groupId>com.azure</groupId>
205210
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
206-
<version>1.17.1</version>
211+
<version>1.18.1</version>
207212
</dependency>
208213
<dependency>
209214
<groupId>com.azure</groupId>
210215
<artifactId>azure-messaging-servicebus</artifactId>
211-
<version>7.14.5</version>
216+
<version>7.14.7</version>
212217
</dependency>
213218
<dependency>
214219
<groupId>com.azure</groupId>
215220
<artifactId>azure-messaging-webpubsub</artifactId>
216-
<version>1.2.9</version>
221+
<version>1.2.11</version>
217222
</dependency>
218223
<dependency>
219224
<groupId>com.azure</groupId>
220225
<artifactId>azure-mixedreality-authentication</artifactId>
221-
<version>1.2.18</version>
226+
<version>1.2.20</version>
222227
</dependency>
223228
<dependency>
224229
<groupId>com.azure</groupId>
225230
<artifactId>azure-mixedreality-remoterendering</artifactId>
226-
<version>1.1.23</version>
231+
<version>1.1.25</version>
227232
</dependency>
228233
<dependency>
229234
<groupId>com.azure</groupId>
230235
<artifactId>azure-monitor-ingestion</artifactId>
231-
<version>1.1.1</version>
236+
<version>1.1.3</version>
232237
</dependency>
233238
<dependency>
234239
<groupId>com.azure</groupId>
235240
<artifactId>azure-monitor-query</artifactId>
236-
<version>1.2.6</version>
241+
<version>1.2.8</version>
237242
</dependency>
238243
<dependency>
239244
<groupId>com.azure</groupId>
240245
<artifactId>azure-search-documents</artifactId>
241-
<version>11.5.12</version>
246+
<version>11.6.1</version>
242247
</dependency>
243248
<dependency>
244249
<groupId>com.azure</groupId>
245250
<artifactId>azure-security-attestation</artifactId>
246-
<version>1.1.18</version>
251+
<version>1.1.20</version>
247252
</dependency>
248253
<dependency>
249254
<groupId>com.azure</groupId>
250255
<artifactId>azure-security-confidentialledger</artifactId>
251-
<version>1.0.14</version>
256+
<version>1.0.16</version>
252257
</dependency>
253258
<dependency>
254259
<groupId>com.azure</groupId>
255260
<artifactId>azure-security-keyvault-administration</artifactId>
256-
<version>4.4.1</version>
261+
<version>4.4.3</version>
257262
</dependency>
258263
<dependency>
259264
<groupId>com.azure</groupId>
260265
<artifactId>azure-security-keyvault-certificates</artifactId>
261-
<version>4.5.7</version>
266+
<version>4.5.9</version>
262267
</dependency>
263268
<dependency>
264269
<groupId>com.azure</groupId>
265270
<artifactId>azure-security-keyvault-jca</artifactId>
266-
<version>2.8.0</version>
271+
<version>2.8.1</version>
267272
</dependency>
268273
<dependency>
269274
<groupId>com.azure</groupId>
270275
<artifactId>azure-security-keyvault-keys</artifactId>
271-
<version>4.7.1</version>
276+
<version>4.7.3</version>
272277
</dependency>
273278
<dependency>
274279
<groupId>com.azure</groupId>
275280
<artifactId>azure-security-keyvault-secrets</artifactId>
276-
<version>4.7.1</version>
281+
<version>4.7.3</version>
277282
</dependency>
278283
<dependency>
279284
<groupId>com.azure</groupId>
280285
<artifactId>azure-storage-blob</artifactId>
281-
<version>12.24.1</version>
286+
<version>12.25.1</version>
282287
</dependency>
283288
<dependency>
284289
<groupId>com.azure</groupId>
285290
<artifactId>azure-storage-blob-batch</artifactId>
286-
<version>12.20.1</version>
291+
<version>12.21.1</version>
287292
</dependency>
288293
<dependency>
289294
<groupId>com.azure</groupId>
290295
<artifactId>azure-storage-blob-cryptography</artifactId>
291-
<version>12.23.1</version>
296+
<version>12.24.1</version>
292297
</dependency>
293298
<dependency>
294299
<groupId>com.azure</groupId>
295300
<artifactId>azure-storage-common</artifactId>
296-
<version>12.23.1</version>
301+
<version>12.24.1</version>
297302
</dependency>
298303
<dependency>
299304
<groupId>com.azure</groupId>
300305
<artifactId>azure-storage-file-datalake</artifactId>
301-
<version>12.17.1</version>
306+
<version>12.18.1</version>
302307
</dependency>
303308
<dependency>
304309
<groupId>com.azure</groupId>
305310
<artifactId>azure-storage-file-share</artifactId>
306-
<version>12.20.1</version>
311+
<version>12.21.1</version>
307312
</dependency>
308313
<dependency>
309314
<groupId>com.azure</groupId>
310315
<artifactId>azure-storage-internal-avro</artifactId>
311-
<version>12.9.1</version>
316+
<version>12.10.1</version>
312317
</dependency>
313318
<dependency>
314319
<groupId>com.azure</groupId>
315320
<artifactId>azure-storage-queue</artifactId>
316-
<version>12.19.1</version>
321+
<version>12.20.1</version>
317322
</dependency>
318323
</dependencies>
319324
</dependencyManagement>

0 commit comments

Comments
 (0)