File tree Expand file tree Collapse file tree 32 files changed +49
-37
lines changed
azure-spring-boot-samples
azure-appconfiguration-conversion-sample-complete
azure-appconfiguration-conversion-sample-initial
azure-cloud-foundry-service-sample
azure-spring-boot-sample-active-directory-b2c-oidc
azure-spring-boot-sample-active-directory-b2c-resource-server
azure-spring-boot-sample-active-directory-resource-server-by-filter-stateless
azure-spring-boot-sample-active-directory-resource-server-by-filter
azure-spring-boot-sample-active-directory-resource-server-obo
azure-spring-boot-sample-active-directory-resource-server
azure-spring-boot-sample-active-directory-webapp
azure-spring-boot-sample-cosmos
azure-spring-boot-starter-active-directory-b2c
azure-spring-boot-starter-active-directory
azure-spring-boot-starter-cosmos
azure-spring-boot-starter-keyvault-secrets
azure-spring-boot-starter-servicebus-jms
azure-spring-boot-starter-storage
azure-spring-boot-starter
azure-spring-boot-test-aad-b2c
azure-spring-boot-test-aad-obo
azure-spring-boot-test-aad-resource-server-by-filter
azure-spring-boot-test-aad-resource-server
azure-spring-boot-test-aad
azure-spring-boot-test-cosmos Expand file tree Collapse file tree 32 files changed +49
-37
lines changed Original file line number Diff line number Diff line change 415415 <dependency >
416416 <groupId >com.azure.spring</groupId >
417417 <artifactId >azure-spring-boot</artifactId >
418- <version >3.6.0 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
418+ <version >3.7.0-beta.1 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot;current} -->
419419 </dependency >
420420 <dependency >
421421 <groupId >com.azure.spring</groupId >
425425 <dependency >
426426 <groupId >com.azure.spring</groupId >
427427 <artifactId >azure-spring-boot-starter-active-directory</artifactId >
428- <version >3.6.0 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
428+ <version >3.7.0-beta.1 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
429429 </dependency >
430430 <dependency >
431431 <groupId >com.azure.spring</groupId >
440440 <dependency >
441441 <groupId >com.azure.spring</groupId >
442442 <artifactId >azure-spring-boot-starter-active-directory-b2c</artifactId >
443- <version >3.6.0 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory-b2c;current} -->
443+ <version >3.7.0-beta.1 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory-b2c;current} -->
444444 </dependency >
445445 <dependency >
446446 <groupId >com.azure.spring</groupId >
447447 <artifactId >azure-spring-boot-starter-cosmos</artifactId >
448- <version >3.6.0 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-cosmos;current} -->
448+ <version >3.7.0-beta.1 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-cosmos;current} -->
449449 </dependency >
450450 <dependency >
451451 <groupId >com.azure.spring</groupId >
Original file line number Diff line number Diff line change @@ -143,15 +143,15 @@ com.azure.spring:azure-spring-cloud-feature-management-web;2.0.0;2.1.0-beta.1
143143com.azure.spring:azure-spring-cloud-feature-management;2.0.0;2.1.0-beta.1
144144com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;2.0.0-beta.2;2.0.0-beta.3
145145com.azure.spring:azure-identity-spring;1.5.0;1.6.0
146- com.azure.spring:azure-spring-boot-starter-active-directory-b2c;3.5 .0;3.6.0
147- com.azure.spring:azure-spring-boot-starter-active-directory;3.5 .0;3.6.0
148- com.azure.spring:azure-spring-boot-starter-cosmos;3.5 .0;3.6.0
146+ com.azure.spring:azure-spring-boot-starter-active-directory-b2c;3.6 .0;3.7.0-beta.1
147+ com.azure.spring:azure-spring-boot-starter-active-directory;3.6 .0;3.7.0-beta.1
148+ com.azure.spring:azure-spring-boot-starter-cosmos;3.6 .0;3.7.0-beta.1
149149com.azure.spring:azure-spring-boot-starter-keyvault-certificates;3.0.0-beta.7;3.0.0
150150com.azure.spring:azure-spring-boot-starter-keyvault-secrets;3.5.0;3.6.0
151151com.azure.spring:azure-spring-boot-starter-servicebus-jms;3.5.0;3.6.0
152152com.azure.spring:azure-spring-boot-starter-storage;3.5.0;3.6.0
153153com.azure.spring:azure-spring-boot-starter;3.5.0;3.6.0
154- com.azure.spring:azure-spring-boot;3.5 .0;3.6.0
154+ com.azure.spring:azure-spring-boot;3.6 .0;3.7.0-beta.1
155155com.azure.spring:azure-spring-cloud-autoconfigure;2.5.0;2.6.0
156156com.azure.spring:azure-spring-cloud-context;2.5.0;2.6.0
157157com.azure.spring:azure-spring-cloud-messaging;2.5.0;2.6.0
Original file line number Diff line number Diff line change 2929 <dependency >
3030 <groupId >com.azure.spring</groupId >
3131 <artifactId >azure-spring-boot-starter-cosmos</artifactId >
32- <version >3.6.0 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-cosmos;current} -->
32+ <version >3.7.0-beta.1 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-cosmos;current} -->
3333 </dependency >
3434 <dependency >
3535 <groupId >com.google.guava</groupId >
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >com.azure.spring</groupId >
3232 <artifactId >azure-spring-boot-starter-cosmos</artifactId >
33- <version >3.6.0 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-cosmos;current} -->
33+ <version >3.7.0-beta.1 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-cosmos;current} -->
3434 </dependency >
3535 <dependency >
3636 <groupId >com.google.guava</groupId >
Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >com.azure.spring</groupId >
3434 <artifactId >azure-spring-boot-starter-cosmos</artifactId >
35- <version >3.6.0 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-cosmos;current} -->
35+ <version >3.7.0-beta.1 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-cosmos;current} -->
3636 </dependency >
3737 <dependency >
3838 <groupId >com.azure.spring</groupId >
Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >com.azure.spring</groupId >
3434 <artifactId >azure-spring-boot-starter-active-directory-b2c</artifactId >
35- <version >3.6.0 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory-b2c;current} -->
35+ <version >3.7.0-beta.1 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory-b2c;current} -->
3636 </dependency >
3737
3838 <dependency >
Original file line number Diff line number Diff line change 1818 <dependency >
1919 <groupId >com.azure.spring</groupId >
2020 <artifactId >azure-spring-boot-starter-active-directory-b2c</artifactId >
21- <version >3.6.0 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory-b2c;current} -->
21+ <version >3.7.0-beta.1 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory-b2c;current} -->
2222 </dependency >
2323 <dependency >
2424 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >com.azure.spring</groupId >
3434 <artifactId >azure-spring-boot-starter-active-directory</artifactId >
35- <version >3.6.0 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
35+ <version >3.7.0-beta.1 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
3636 </dependency >
3737
3838 <dependency >
Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >com.azure.spring</groupId >
3434 <artifactId >azure-spring-boot-starter-active-directory</artifactId >
35- <version >3.6.0 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
35+ <version >3.7.0-beta.1 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
3636 </dependency >
3737
3838 <dependency >
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >com.azure.spring</groupId >
3030 <artifactId >azure-spring-boot-starter-active-directory</artifactId >
31- <version >3.6.0 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
31+ <version >3.7.0-beta.1 </version > <!-- {x-version-update;com.azure.spring:azure-spring-boot-starter-active-directory;current} -->
3232 </dependency >
3333
3434 <!-- spring boot starter dependencies. -->
You can’t perform that action at this time.
0 commit comments