Skip to content

Commit 64a9770

Browse files
authored
Increment version for spring releases (Azure#18753)
1 parent 86ce538 commit 64a9770

File tree

129 files changed

+312
-222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+312
-222
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -381,42 +381,42 @@
381381
<dependency>
382382
<groupId>com.azure.spring</groupId>
383383
<artifactId>azure-identity-spring</artifactId>
384-
<version>1.1.0</version> <!-- {x-version-update;com.azure.spring:azure-identity-spring;current} -->
384+
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-identity-spring;current} -->
385385
</dependency>
386386
<dependency>
387387
<groupId>com.azure.spring</groupId>
388388
<artifactId>azure-spring-boot</artifactId>
389-
<version>3.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
389+
<version>3.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
390390
</dependency>
391391
<dependency>
392392
<groupId>com.azure.spring</groupId>
393393
<artifactId>azure-spring-boot-starter</artifactId>
394-
<version>3.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter;current} -->
394+
<version>3.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter;current} -->
395395
</dependency>
396396
<dependency>
397397
<groupId>com.azure.spring</groupId>
398398
<artifactId>azure-spring-boot-starter-active-directory</artifactId>
399-
<version>3.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
399+
<version>3.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
400400
</dependency>
401401
<dependency>
402402
<groupId>com.azure.spring</groupId>
403403
<artifactId>azure-spring-boot-starter-keyvault-secrets</artifactId>
404-
<version>3.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-keyvault-secrets;current} -->
404+
<version>3.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-keyvault-secrets;current} -->
405405
</dependency>
406406
<dependency>
407407
<groupId>com.azure.spring</groupId>
408408
<artifactId>azure-spring-boot-starter-servicebus-jms</artifactId>
409-
<version>3.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-servicebus-jms;current} -->
409+
<version>3.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-servicebus-jms;current} -->
410410
</dependency>
411411
<dependency>
412412
<groupId>com.azure.spring</groupId>
413413
<artifactId>azure-spring-boot-starter-active-directory-b2c</artifactId>
414-
<version>3.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory-b2c;current} -->
414+
<version>3.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory-b2c;current} -->
415415
</dependency>
416416
<dependency>
417417
<groupId>com.azure.spring</groupId>
418418
<artifactId>azure-spring-boot-starter-cosmos</artifactId>
419-
<version>3.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-cosmos;current} -->
419+
<version>3.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-cosmos;current} -->
420420
</dependency>
421421
<dependency>
422422
<groupId>com.azure.spring</groupId>
@@ -426,7 +426,7 @@
426426
<dependency>
427427
<groupId>com.azure.spring</groupId>
428428
<artifactId>azure-spring-boot-starter-storage</artifactId>
429-
<version>3.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-storage;current} -->
429+
<version>3.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-storage;current} -->
430430
</dependency>
431431
<dependency>
432432
<groupId>com.azure</groupId>
@@ -441,52 +441,52 @@
441441
<dependency>
442442
<groupId>com.azure.spring</groupId>
443443
<artifactId>azure-spring-cloud-context</artifactId>
444-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-context;current} -->
444+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-context;current} -->
445445
</dependency>
446446
<dependency>
447447
<groupId>com.azure.spring</groupId>
448448
<artifactId>azure-spring-cloud-telemetry</artifactId>
449-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-telemetry;current} -->
449+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-telemetry;current} -->
450450
</dependency>
451451
<dependency>
452452
<groupId>com.azure.spring</groupId>
453453
<artifactId>azure-spring-integration-core</artifactId>
454-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
454+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-core;current} -->
455455
</dependency>
456456
<dependency>
457457
<groupId>com.azure.spring</groupId>
458458
<artifactId>azure-spring-integration-test</artifactId>
459-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-test;current} -->
459+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-test;current} -->
460460
</dependency>
461461
<dependency>
462462
<groupId>com.azure.spring</groupId>
463463
<artifactId>azure-spring-integration-eventhubs</artifactId>
464-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-eventhubs;current} -->
464+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-eventhubs;current} -->
465465
</dependency>
466466
<dependency>
467467
<groupId>com.azure.spring</groupId>
468468
<artifactId>azure-spring-integration-servicebus</artifactId>
469-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-servicebus;current} -->
469+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-servicebus;current} -->
470470
</dependency>
471471
<dependency>
472472
<groupId>com.azure.spring</groupId>
473473
<artifactId>azure-spring-integration-storage-queue</artifactId>
474-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-storage-queue;current} -->
474+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-integration-storage-queue;current} -->
475475
</dependency>
476476
<dependency>
477477
<groupId>com.azure.spring</groupId>
478478
<artifactId>azure-spring-cloud-storage</artifactId>
479-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-storage;current} -->
479+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-storage;current} -->
480480
</dependency>
481481
<dependency>
482482
<groupId>com.azure.spring</groupId>
483483
<artifactId>azure-spring-cloud-autoconfigure</artifactId>
484-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-autoconfigure;current} -->
484+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-autoconfigure;current} -->
485485
</dependency>
486486
<dependency>
487487
<groupId>com.azure.spring</groupId>
488488
<artifactId>azure-spring-cloud-messaging</artifactId>
489-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-messaging;current} -->
489+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-messaging;current} -->
490490
</dependency>
491491
<dependency>
492492
<groupId>com.azure.spring</groupId>
@@ -496,52 +496,52 @@
496496
<dependency>
497497
<groupId>com.azure.spring</groupId>
498498
<artifactId>azure-spring-cloud-starter-cache</artifactId>
499-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-cache;current} -->
499+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-cache;current} -->
500500
</dependency>
501501
<dependency>
502502
<groupId>com.azure.spring</groupId>
503503
<artifactId>azure-spring-cloud-starter-eventhubs</artifactId>
504-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-eventhubs;current} -->
504+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-eventhubs;current} -->
505505
</dependency>
506506
<dependency>
507507
<groupId>com.azure.spring</groupId>
508508
<artifactId>azure-spring-cloud-starter-eventhubs-kafka</artifactId>
509-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-eventhubs-kafka;current} -->
509+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-eventhubs-kafka;current} -->
510510
</dependency>
511511
<dependency>
512512
<groupId>com.azure.spring</groupId>
513513
<artifactId>azure-spring-cloud-starter-servicebus</artifactId>
514-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-servicebus;current} -->
514+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-servicebus;current} -->
515515
</dependency>
516516
<dependency>
517517
<groupId>com.azure.spring</groupId>
518518
<artifactId>azure-spring-cloud-starter-storage-queue</artifactId>
519-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-storage-queue;current} -->
519+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-starter-storage-queue;current} -->
520520
</dependency>
521521
<dependency>
522522
<groupId>com.azure.spring</groupId>
523523
<artifactId>azure-spring-cloud-stream-binder-servicebus-core</artifactId>
524-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-servicebus-core;current} -->
524+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-servicebus-core;current} -->
525525
</dependency>
526526
<dependency>
527527
<groupId>com.azure.spring</groupId>
528528
<artifactId>azure-spring-cloud-stream-binder-test</artifactId>
529-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-test;current} -->
529+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-test;current} -->
530530
</dependency>
531531
<dependency>
532532
<groupId>com.azure.spring</groupId>
533533
<artifactId>azure-spring-cloud-stream-binder-servicebus-topic</artifactId>
534-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-servicebus-topic;current} -->
534+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-servicebus-topic;current} -->
535535
</dependency>
536536
<dependency>
537537
<groupId>com.azure.spring</groupId>
538538
<artifactId>azure-spring-cloud-stream-binder-servicebus-queue</artifactId>
539-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-servicebus-queue;current} -->
539+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-servicebus-queue;current} -->
540540
</dependency>
541541
<dependency>
542542
<groupId>com.azure.spring</groupId>
543543
<artifactId>azure-spring-cloud-stream-binder-eventhubs</artifactId>
544-
<version>2.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-eventhubs;current} -->
544+
<version>2.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-stream-binder-eventhubs;current} -->
545545
</dependency>
546546
<dependency>
547547
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -109,37 +109,37 @@ com.azure.spring:azure-spring-cloud-appconfiguration-config;1.2.8-beta.1;1.2.8-b
109109
com.azure.spring:azure-spring-cloud-feature-management-web;1.2.8-beta.1;1.2.8-beta.1
110110
com.azure.spring:azure-spring-cloud-feature-management;1.2.8-beta.1;1.2.8-beta.1
111111
com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;1.2.8-beta.1;1.2.8-beta.1
112-
com.azure.spring:azure-identity-spring;1.0.0;1.1.0
113-
com.azure.spring:azure-spring-boot-starter-active-directory-b2c;3.0.0;3.1.0
114-
com.azure.spring:azure-spring-boot-starter-active-directory;3.0.0;3.1.0
115-
com.azure.spring:azure-spring-boot-starter-cosmos;3.0.0;3.1.0
116-
com.azure.spring:azure-spring-boot-starter-keyvault-certificates;3.0.0-beta.2;3.0.0-beta.3
117-
com.azure.spring:azure-spring-boot-starter-keyvault-secrets;3.0.0;3.1.0
118-
com.azure.spring:azure-spring-boot-starter-servicebus-jms;3.0.0;3.1.0
119-
com.azure.spring:azure-spring-boot-starter-storage;3.0.0;3.1.0
120-
com.azure.spring:azure-spring-boot-starter;3.0.0;3.1.0
121-
com.azure.spring:azure-spring-boot;3.0.0;3.1.0
122-
com.azure.spring:azure-spring-cloud-autoconfigure;2.0.0;2.1.0
123-
com.azure.spring:azure-spring-cloud-context;2.0.0;2.1.0
124-
com.azure.spring:azure-spring-cloud-messaging;2.0.0;2.1.0
125-
com.azure.spring:azure-spring-cloud-starter-cache;2.0.0;2.1.0
126-
com.azure.spring:azure-spring-cloud-starter-eventhubs-kafka;2.0.0;2.1.0
127-
com.azure.spring:azure-spring-cloud-starter-eventhubs;2.0.0;2.1.0
128-
com.azure.spring:azure-spring-cloud-starter-servicebus;2.0.0;2.1.0
129-
com.azure.spring:azure-spring-cloud-starter-storage-queue;2.0.0;2.1.0
130-
com.azure.spring:azure-spring-cloud-storage;2.0.0;2.1.0
131-
com.azure.spring:azure-spring-cloud-stream-binder-eventhubs;2.0.0;2.1.0
132-
com.azure.spring:azure-spring-cloud-stream-binder-servicebus-core;2.0.0;2.1.0
133-
com.azure.spring:azure-spring-cloud-stream-binder-servicebus-queue;2.0.0;2.1.0
134-
com.azure.spring:azure-spring-cloud-stream-binder-servicebus-topic;2.0.0;2.1.0
135-
com.azure.spring:azure-spring-cloud-stream-binder-test;2.0.0;2.1.0
136-
com.azure.spring:azure-spring-cloud-telemetry;2.0.0;2.1.0
137-
com.azure.spring:azure-spring-integration-core;2.0.0;2.1.0
138-
com.azure.spring:azure-spring-integration-eventhubs;2.0.0;2.1.0
139-
com.azure.spring:azure-spring-integration-servicebus;2.0.0;2.1.0
140-
com.azure.spring:azure-spring-integration-storage-queue;2.0.0;2.1.0
141-
com.azure.spring:azure-spring-integration-test;2.0.0;2.1.0
142-
com.azure:azure-security-keyvault-jca;1.0.0-beta.3;1.0.0-beta.4
112+
com.azure.spring:azure-identity-spring;1.1.0;1.2.0-beta.1
113+
com.azure.spring:azure-spring-boot-starter-active-directory-b2c;3.1.0;3.2.0-beta.1
114+
com.azure.spring:azure-spring-boot-starter-active-directory;3.1.0;3.2.0-beta.1
115+
com.azure.spring:azure-spring-boot-starter-cosmos;3.1.0;3.2.0-beta.1
116+
com.azure.spring:azure-spring-boot-starter-keyvault-certificates;3.0.0-beta.3;3.0.0-beta.4
117+
com.azure.spring:azure-spring-boot-starter-keyvault-secrets;3.1.0;3.2.0-beta.1
118+
com.azure.spring:azure-spring-boot-starter-servicebus-jms;3.1.0;3.2.0-beta.1
119+
com.azure.spring:azure-spring-boot-starter-storage;3.1.0;3.2.0-beta.1
120+
com.azure.spring:azure-spring-boot-starter;3.1.0;3.2.0-beta.1
121+
com.azure.spring:azure-spring-boot;3.1.0;3.2.0-beta.1
122+
com.azure.spring:azure-spring-cloud-autoconfigure;2.1.0;2.2.0-beta.1
123+
com.azure.spring:azure-spring-cloud-context;2.1.0;2.2.0-beta.1
124+
com.azure.spring:azure-spring-cloud-messaging;2.1.0;2.2.0-beta.1
125+
com.azure.spring:azure-spring-cloud-starter-cache;2.1.0;2.2.0-beta.1
126+
com.azure.spring:azure-spring-cloud-starter-eventhubs-kafka;2.1.0;2.2.0-beta.1
127+
com.azure.spring:azure-spring-cloud-starter-eventhubs;2.1.0;2.2.0-beta.1
128+
com.azure.spring:azure-spring-cloud-starter-servicebus;2.1.0;2.2.0-beta.1
129+
com.azure.spring:azure-spring-cloud-starter-storage-queue;2.1.0;2.2.0-beta.1
130+
com.azure.spring:azure-spring-cloud-storage;2.1.0;2.2.0-beta.1
131+
com.azure.spring:azure-spring-cloud-stream-binder-eventhubs;2.1.0;2.2.0-beta.1
132+
com.azure.spring:azure-spring-cloud-stream-binder-servicebus-core;2.1.0;2.2.0-beta.1
133+
com.azure.spring:azure-spring-cloud-stream-binder-servicebus-queue;2.1.0;2.2.0-beta.1
134+
com.azure.spring:azure-spring-cloud-stream-binder-servicebus-topic;2.1.0;2.2.0-beta.1
135+
com.azure.spring:azure-spring-cloud-stream-binder-test;2.1.0;2.2.0-beta.1
136+
com.azure.spring:azure-spring-cloud-telemetry;2.1.0;2.2.0-beta.1
137+
com.azure.spring:azure-spring-integration-core;2.1.0;2.2.0-beta.1
138+
com.azure.spring:azure-spring-integration-eventhubs;2.1.0;2.2.0-beta.1
139+
com.azure.spring:azure-spring-integration-servicebus;2.1.0;2.2.0-beta.1
140+
com.azure.spring:azure-spring-integration-storage-queue;2.1.0;2.2.0-beta.1
141+
com.azure.spring:azure-spring-integration-test;2.1.0;2.2.0-beta.1
142+
com.azure:azure-security-keyvault-jca;1.0.0-beta.2;1.0.0-beta.4
143143
com.azure.spring:azure-spring-data-gremlin;2.3.1-beta.1;2.3.1-beta.1
144144
com.azure.spring:azure-spring-boot-starter-data-gremlin;3.0.0-beta.1;3.0.0-beta.1
145145
com.azure.spring:azure-spring-boot-test-aad;1.0.0;1.0.0

sdk/spring/azure-identity-spring/CHANGELOG.md

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

3+
## 1.2.0-beta.1 (Unreleased)
4+
5+
36
## 1.1.0 (2021-01-20)
47

58

sdk/spring/azure-identity-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.azure.spring</groupId>
1414
<artifactId>azure-identity-spring</artifactId>
15-
<version>1.1.0</version> <!-- {x-version-update;com.azure.spring:azure-identity-spring;current} -->
15+
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-identity-spring;current} -->
1616
<packaging>jar</packaging>
1717

1818
<name>Azure Identity Spring Integration Library</name>

sdk/spring/azure-spring-boot-samples/azure-cloud-foundry-service-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<dependency>
2323
<groupId>com.azure.spring</groupId>
2424
<artifactId>azure-spring-boot-starter-cosmos</artifactId>
25-
<version>3.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-cosmos;current} -->
25+
<version>3.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-cosmos;current} -->
2626
</dependency>
2727
<dependency>
2828
<groupId>com.azure.spring</groupId>
2929
<artifactId>azure-spring-boot-starter-servicebus-jms</artifactId>
30-
<version>3.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-servicebus-jms;current} -->
30+
<version>3.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-servicebus-jms;current} -->
3131
</dependency>
3232
<dependency>
3333
<groupId>org.springframework.boot</groupId>

sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-b2c-oidc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.azure.spring</groupId>
2424
<artifactId>azure-spring-boot-starter-active-directory-b2c</artifactId>
25-
<version>3.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory-b2c;current} -->
25+
<version>3.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory-b2c;current} -->
2626
</dependency>
2727

2828
<dependency>

sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server-by-filter-stateless/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.azure.spring</groupId>
2424
<artifactId>azure-spring-boot-starter-active-directory</artifactId>
25-
<version>3.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
25+
<version>3.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
2626
</dependency>
2727

2828
<dependency>

sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server-by-filter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.azure.spring</groupId>
2424
<artifactId>azure-spring-boot-starter-active-directory</artifactId>
25-
<version>3.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
25+
<version>3.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
2626
</dependency>
2727

2828
<dependency>

sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server-obo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.azure.spring</groupId>
2020
<artifactId>azure-spring-boot-starter-active-directory</artifactId>
21-
<version>3.1.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
21+
<version>3.2.0-beta.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
2222
</dependency>
2323

2424
<!-- spring boot starter dependencies. -->

0 commit comments

Comments
 (0)