Skip to content

Commit d62f8fa

Browse files
authored
Increment BOM versions after October 2022 release. (Azure#31740)
1 parent 0cf88a2 commit d62f8fa

File tree

3 files changed

+56
-50
lines changed

3 files changed

+56
-50
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.7 (2022-10-25)
4+
5+
### Dependency Updates
6+
7+
- Updated Azure SDK dependency versions to the latest releases.
8+
39
## 1.2.6 (2022-09-20)
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.6</version>
24+
<version>1.2.7</version>
2525
<type>pom</type>
2626
<scope>import</scope>
2727
</dependency>

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

Lines changed: 49 additions & 49 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.6</version>
5+
<version>1.2.7</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,192 +38,192 @@
3838
<dependency>
3939
<groupId>com.azure</groupId>
4040
<artifactId>azure-ai-formrecognizer</artifactId>
41-
<version>4.0.0</version>
41+
<version>4.0.1</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.azure</groupId>
4545
<artifactId>azure-ai-metricsadvisor</artifactId>
46-
<version>1.1.7</version>
46+
<version>1.1.8</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.azure</groupId>
5050
<artifactId>azure-ai-textanalytics</artifactId>
51-
<version>5.2.0</version>
51+
<version>5.2.1</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.azure</groupId>
5555
<artifactId>azure-communication-chat</artifactId>
56-
<version>1.3.1</version>
56+
<version>1.3.2</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.azure</groupId>
6060
<artifactId>azure-communication-common</artifactId>
61-
<version>1.2.1</version>
61+
<version>1.2.2</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.azure</groupId>
6565
<artifactId>azure-communication-identity</artifactId>
66-
<version>1.3.1</version>
66+
<version>1.4.0</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.azure</groupId>
7070
<artifactId>azure-communication-phonenumbers</artifactId>
71-
<version>1.0.15</version>
71+
<version>1.0.16</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.azure</groupId>
7575
<artifactId>azure-communication-sms</artifactId>
76-
<version>1.1.6</version>
76+
<version>1.1.7</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.azure</groupId>
8080
<artifactId>azure-containers-containerregistry</artifactId>
81-
<version>1.0.8</version>
81+
<version>1.0.9</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>com.azure</groupId>
8585
<artifactId>azure-core</artifactId>
86-
<version>1.32.0</version>
86+
<version>1.33.0</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.azure</groupId>
9090
<artifactId>azure-core-amqp</artifactId>
91-
<version>2.7.1</version>
91+
<version>2.7.2</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>com.azure</groupId>
9595
<artifactId>azure-core-http-netty</artifactId>
96-
<version>1.12.5</version>
96+
<version>1.12.6</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>com.azure</groupId>
100100
<artifactId>azure-core-http-okhttp</artifactId>
101-
<version>1.11.2</version>
101+
<version>1.11.3</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>com.azure</groupId>
105105
<artifactId>azure-core-management</artifactId>
106-
<version>1.8.0</version>
106+
<version>1.8.1</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>com.azure</groupId>
110110
<artifactId>azure-core-serializer-json-gson</artifactId>
111-
<version>1.1.20</version>
111+
<version>1.1.21</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>com.azure</groupId>
115115
<artifactId>azure-core-serializer-json-jackson</artifactId>
116-
<version>1.2.21</version>
116+
<version>1.2.22</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>com.azure</groupId>
120120
<artifactId>azure-cosmos</artifactId>
121-
<version>4.36.0</version>
121+
<version>4.38.1</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.azure</groupId>
125125
<artifactId>azure-cosmos-encryption</artifactId>
126-
<version>1.6.0</version>
126+
<version>1.8.1</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>com.azure</groupId>
130130
<artifactId>azure-data-appconfiguration</artifactId>
131-
<version>1.3.7</version>
131+
<version>1.3.8</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>com.azure</groupId>
135135
<artifactId>azure-data-schemaregistry</artifactId>
136-
<version>1.2.4</version>
136+
<version>1.3.0</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>com.azure</groupId>
140140
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
141-
<version>1.0.4</version>
141+
<version>1.1.0</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>com.azure</groupId>
145145
<artifactId>azure-data-tables</artifactId>
146-
<version>12.3.4</version>
146+
<version>12.3.5</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>com.azure</groupId>
150150
<artifactId>azure-digitaltwins-core</artifactId>
151-
<version>1.3.2</version>
151+
<version>1.3.3</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>com.azure</groupId>
155155
<artifactId>azure-identity</artifactId>
156-
<version>1.6.0</version>
156+
<version>1.6.1</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>com.azure</groupId>
160160
<artifactId>azure-iot-deviceupdate</artifactId>
161-
<version>1.0.0</version>
161+
<version>1.0.1</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>com.azure</groupId>
165165
<artifactId>azure-messaging-eventgrid</artifactId>
166-
<version>4.12.2</version>
166+
<version>4.12.3</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>com.azure</groupId>
170170
<artifactId>azure-messaging-eventhubs</artifactId>
171-
<version>5.13.1</version>
171+
<version>5.14.0</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>com.azure</groupId>
175175
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
176-
<version>1.15.1</version>
176+
<version>1.16.0</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>com.azure</groupId>
180180
<artifactId>azure-messaging-servicebus</artifactId>
181-
<version>7.11.0</version>
181+
<version>7.12.1</version>
182182
</dependency>
183183
<dependency>
184184
<groupId>com.azure</groupId>
185185
<artifactId>azure-messaging-webpubsub</artifactId>
186-
<version>1.1.6</version>
186+
<version>1.1.7</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>com.azure</groupId>
190190
<artifactId>azure-mixedreality-authentication</artifactId>
191-
<version>1.2.6</version>
191+
<version>1.2.7</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>com.azure</groupId>
195195
<artifactId>azure-mixedreality-remoterendering</artifactId>
196-
<version>1.1.11</version>
196+
<version>1.1.12</version>
197197
</dependency>
198198
<dependency>
199199
<groupId>com.azure</groupId>
200200
<artifactId>azure-monitor-query</artifactId>
201-
<version>1.0.10</version>
201+
<version>1.0.11</version>
202202
</dependency>
203203
<dependency>
204204
<groupId>com.azure</groupId>
205205
<artifactId>azure-search-documents</artifactId>
206-
<version>11.5.0</version>
206+
<version>11.5.1</version>
207207
</dependency>
208208
<dependency>
209209
<groupId>com.azure</groupId>
210210
<artifactId>azure-security-attestation</artifactId>
211-
<version>1.1.6</version>
211+
<version>1.1.7</version>
212212
</dependency>
213213
<dependency>
214214
<groupId>com.azure</groupId>
215215
<artifactId>azure-security-confidentialledger</artifactId>
216-
<version>1.0.2</version>
216+
<version>1.0.3</version>
217217
</dependency>
218218
<dependency>
219219
<groupId>com.azure</groupId>
220220
<artifactId>azure-security-keyvault-administration</artifactId>
221-
<version>4.2.0</version>
221+
<version>4.2.1</version>
222222
</dependency>
223223
<dependency>
224224
<groupId>com.azure</groupId>
225225
<artifactId>azure-security-keyvault-certificates</artifactId>
226-
<version>4.4.0</version>
226+
<version>4.4.1</version>
227227
</dependency>
228228
<dependency>
229229
<groupId>com.azure</groupId>
@@ -233,52 +233,52 @@
233233
<dependency>
234234
<groupId>com.azure</groupId>
235235
<artifactId>azure-security-keyvault-keys</artifactId>
236-
<version>4.5.0</version>
236+
<version>4.5.1</version>
237237
</dependency>
238238
<dependency>
239239
<groupId>com.azure</groupId>
240240
<artifactId>azure-security-keyvault-secrets</artifactId>
241-
<version>4.5.0</version>
241+
<version>4.5.1</version>
242242
</dependency>
243243
<dependency>
244244
<groupId>com.azure</groupId>
245245
<artifactId>azure-storage-blob</artifactId>
246-
<version>12.19.1</version>
246+
<version>12.20.0</version>
247247
</dependency>
248248
<dependency>
249249
<groupId>com.azure</groupId>
250250
<artifactId>azure-storage-blob-batch</artifactId>
251-
<version>12.15.1</version>
251+
<version>12.16.0</version>
252252
</dependency>
253253
<dependency>
254254
<groupId>com.azure</groupId>
255255
<artifactId>azure-storage-blob-cryptography</artifactId>
256-
<version>12.18.1</version>
256+
<version>12.19.0</version>
257257
</dependency>
258258
<dependency>
259259
<groupId>com.azure</groupId>
260260
<artifactId>azure-storage-common</artifactId>
261-
<version>12.18.1</version>
261+
<version>12.19.0</version>
262262
</dependency>
263263
<dependency>
264264
<groupId>com.azure</groupId>
265265
<artifactId>azure-storage-file-datalake</artifactId>
266-
<version>12.12.1</version>
266+
<version>12.13.0</version>
267267
</dependency>
268268
<dependency>
269269
<groupId>com.azure</groupId>
270270
<artifactId>azure-storage-file-share</artifactId>
271-
<version>12.15.1</version>
271+
<version>12.16.0</version>
272272
</dependency>
273273
<dependency>
274274
<groupId>com.azure</groupId>
275275
<artifactId>azure-storage-internal-avro</artifactId>
276-
<version>12.4.2</version>
276+
<version>12.5.0</version>
277277
</dependency>
278278
<dependency>
279279
<groupId>com.azure</groupId>
280280
<artifactId>azure-storage-queue</artifactId>
281-
<version>12.14.2</version>
281+
<version>12.15.0</version>
282282
</dependency>
283283
</dependencies>
284284
</dependencyManagement>

0 commit comments

Comments
 (0)